summaryrefslogtreecommitdiffstats
path: root/pm-quirks/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'pm-quirks/Pkgfile')
-rw-r--r--pm-quirks/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/pm-quirks/Pkgfile b/pm-quirks/Pkgfile
new file mode 100644
index 000000000..9d666e749
--- /dev/null
+++ b/pm-quirks/Pkgfile
@@ -0,0 +1,18 @@
+# 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/
+}