summaryrefslogtreecommitdiffstats
path: root/base/pm-quirks/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:59:37 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:59:37 +0200
commit48891311e569107855f68533de2b6923d0491954 (patch)
treec87ec5e9dbb89dfce1d4b4b97d81a382d77b33ac /base/pm-quirks/Pkgfile
parent14cb5e627375f7e3b5e69b9291e0dc4c7866d94c (diff)
downloadnutyx-pakxe-48891311e569107855f68533de2b6923d0491954.tar.gz
nutyx-pakxe-48891311e569107855f68533de2b6923d0491954.tar.bz2
nutyx-pakxe-48891311e569107855f68533de2b6923d0491954.tar.xz
nutyx-pakxe-48891311e569107855f68533de2b6923d0491954.zip
pm-quirks dans extra
Diffstat (limited to 'base/pm-quirks/Pkgfile')
-rw-r--r--base/pm-quirks/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/base/pm-quirks/Pkgfile b/base/pm-quirks/Pkgfile
deleted file mode 100644
index 9d666e749..000000000
--- a/base/pm-quirks/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Donnees pour Quirks pm-utils
-# URL: http://pm-utils.freedesktop.org/wiki/
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on:
-# Run on:
-
-name=pm-quirks
-_date=20100619
-version=0.20100619
-release=1
-source=(http://pm-utils.freedesktop.org/releases/$name-${_date}.tar.gz )
-
-build() {
- cd $SRC/video-quirks
- install -m755 -d $PKG/usr/lib/pm-utils/video-quirks
- install -m644 *.quirkdb $PKG/usr/lib/pm-utils/video-quirks/
-}