diff options
author | tnut <tnut at nutyx dot com> | 2011-05-24 07:11:06 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-24 07:11:06 +0200 |
commit | bb4618c85ab156228681e5de73bd81794e5ea130 (patch) | |
tree | 33333f47198aff7d5164c81848d569d298fd1c2e /base/pm-quirks/Pkgfile | |
parent | bfe58bfe4f2db38f3fb3d7fd61e0fb9b35ce11c4 (diff) | |
parent | 628ce8343c551ebaeee83a388079396afec0c7c5 (diff) | |
download | nutyx-pakxe-bb4618c85ab156228681e5de73bd81794e5ea130.tar.gz nutyx-pakxe-bb4618c85ab156228681e5de73bd81794e5ea130.tar.bz2 nutyx-pakxe-bb4618c85ab156228681e5de73bd81794e5ea130.tar.xz nutyx-pakxe-bb4618c85ab156228681e5de73bd81794e5ea130.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/pm-quirks/Pkgfile')
-rw-r--r-- | base/pm-quirks/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/base/pm-quirks/Pkgfile b/base/pm-quirks/Pkgfile new file mode 100644 index 000000000..9d666e749 --- /dev/null +++ b/base/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/ +} |