diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:52:42 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:52:42 +0100 |
commit | dfc0ab2441acd4b303f65882e3d55cca8e1a7dba (patch) | |
tree | 4e949e590aa5eea4e84d1aa77e4423270a370ba7 /xorg/xorg-libxt/Pkgfile | |
parent | 628a72b04c1ab6c485ecb77a497950aa31c7497c (diff) | |
download | nutyx-extra-dfc0ab2441acd4b303f65882e3d55cca8e1a7dba.tar.gz nutyx-extra-dfc0ab2441acd4b303f65882e3d55cca8e1a7dba.tar.bz2 nutyx-extra-dfc0ab2441acd4b303f65882e3d55cca8e1a7dba.tar.xz nutyx-extra-dfc0ab2441acd4b303f65882e3d55cca8e1a7dba.zip |
Ajout de xorg-libxt#1.0.6-1
Diffstat (limited to 'xorg/xorg-libxt/Pkgfile')
-rw-r--r-- | xorg/xorg-libxt/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxt/Pkgfile b/xorg/xorg-libxt/Pkgfile new file mode 100644 index 000000000..d96cb8c68 --- /dev/null +++ b/xorg/xorg-libxt/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg lib libXt +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libsm, xorg-libx11, xorg-xproto, xorg-kbproto + +name=xorg-libxt +version=1.0.6 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-$version.tar.bz2) + +build() { + cd libXt-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |