diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:04:21 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:04:21 +0100 |
commit | b5f5063c52f78fd5555124a680bac7658318314d (patch) | |
tree | 45d5775519366798e5142643787532f13f9d00e9 /xorg/xorg-xkbcomp/Pkgfile | |
parent | 86a7b444499114129bafb81ae9611912e942a753 (diff) | |
download | nutyx-pakxe-b5f5063c52f78fd5555124a680bac7658318314d.tar.gz nutyx-pakxe-b5f5063c52f78fd5555124a680bac7658318314d.tar.bz2 nutyx-pakxe-b5f5063c52f78fd5555124a680bac7658318314d.tar.xz nutyx-pakxe-b5f5063c52f78fd5555124a680bac7658318314d.zip |
Ajout de xorg-xkbcomp#1.1.0-1
Diffstat (limited to 'xorg/xorg-xkbcomp/Pkgfile')
-rw-r--r-- | xorg/xorg-xkbcomp/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-xkbcomp/Pkgfile b/xorg/xorg-xkbcomp/Pkgfile new file mode 100644 index 000000000..ee15838b6 --- /dev/null +++ b/xorg/xorg-xkbcomp/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg XKB keyboard description compiler +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-libxkbfile + +name=xorg-xkbcomp +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar.bz2) + +build() { + cd xkbcomp-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |