diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:19:35 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:19:35 +0100 |
commit | 2dadb586b80506b0486cbf86ca3a1bdfba1ad98e (patch) | |
tree | 6be70eb5b2a791cc44cb0c2b1b9923f89c170c42 /base/xorg-iceauth/Pkgfile | |
parent | 99f6d2769bf999a0e8120a9c77d591a35000970c (diff) | |
download | nutyx-extra-2dadb586b80506b0486cbf86ca3a1bdfba1ad98e.tar.gz nutyx-extra-2dadb586b80506b0486cbf86ca3a1bdfba1ad98e.tar.bz2 nutyx-extra-2dadb586b80506b0486cbf86ca3a1bdfba1ad98e.tar.xz nutyx-extra-2dadb586b80506b0486cbf86ca3a1bdfba1ad98e.zip |
xorg-iceauth, deplacé dans base
Diffstat (limited to 'base/xorg-iceauth/Pkgfile')
-rw-r--r-- | base/xorg-iceauth/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/base/xorg-iceauth/Pkgfile b/base/xorg-iceauth/Pkgfile new file mode 100644 index 000000000..80b0876f1 --- /dev/null +++ b/base/xorg-iceauth/Pkgfile @@ -0,0 +1,20 @@ +# Description: ICE authority file utility +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Packager: tilman at crux dot nu +# Depends on: xorg-xproto, xorg-libice +# Run on: xorg-libice + +name=xorg-iceauth +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2) + +build() { + cd iceauth-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |