summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-iceauth/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-10 10:30:08 +0100
committersibel <lesibel@free.fr>2011-03-10 10:30:08 +0100
commitf3c8f5959945275c1771c324f81d178ce1fe27ab (patch)
tree596b5a7fc1a4a1631ace527ca8fb90d14342fece /xorg/xorg-iceauth/Pkgfile
parentf1b5acd8f968a2642fc04dcbd5bab711e4abd49d (diff)
downloadnutyx-pakxe-f3c8f5959945275c1771c324f81d178ce1fe27ab.tar.gz
nutyx-pakxe-f3c8f5959945275c1771c324f81d178ce1fe27ab.tar.bz2
nutyx-pakxe-f3c8f5959945275c1771c324f81d178ce1fe27ab.tar.xz
nutyx-pakxe-f3c8f5959945275c1771c324f81d178ce1fe27ab.zip
xorg-iceauth, déplacé dans xorg
Diffstat (limited to 'xorg/xorg-iceauth/Pkgfile')
-rw-r--r--xorg/xorg-iceauth/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg/xorg-iceauth/Pkgfile b/xorg/xorg-iceauth/Pkgfile
new file mode 100644
index 000000000..80b0876f1
--- /dev/null
+++ b/xorg/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
+}