diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:55:53 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:55:53 +0100 |
commit | 6c71325c18010b742f5a30c61bd284ca8beeb2d0 (patch) | |
tree | 70f0c1098575f215d4d00dd147938a39c18f118a /xorg/xorg-libxtst/Pkgfile | |
parent | 235489d469b73e278ca2db4c185345d8a1c5e70f (diff) | |
download | nutyx-pakxe-6c71325c18010b742f5a30c61bd284ca8beeb2d0.tar.gz nutyx-pakxe-6c71325c18010b742f5a30c61bd284ca8beeb2d0.tar.bz2 nutyx-pakxe-6c71325c18010b742f5a30c61bd284ca8beeb2d0.tar.xz nutyx-pakxe-6c71325c18010b742f5a30c61bd284ca8beeb2d0.zip |
Ajout de xorg-libxtst#1.0.3-1
Diffstat (limited to 'xorg/xorg-libxtst/Pkgfile')
-rw-r--r-- | xorg/xorg-libxtst/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxtst/Pkgfile b/xorg/xorg-libxtst/Pkgfile new file mode 100644 index 000000000..6921819da --- /dev/null +++ b/xorg/xorg-libxtst/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg lib libXtst +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-libxext, xorg-recordproto, xorg-inputproto + +name=xorg-libxtst +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2) + +build() { + cd libXtst-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |