summaryrefslogtreecommitdiffstats
path: root/xorg-iceauth/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-iceauth/Pkgfile')
-rw-r--r--xorg-iceauth/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-iceauth/Pkgfile b/xorg-iceauth/Pkgfile
new file mode 100644
index 0000000..30ec38f
--- /dev/null
+++ b/xorg-iceauth/Pkgfile
@@ -0,0 +1,17 @@
+description="ICE authority file utility"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-server xorg-xproto xorg-libice)
+
+name=xorg-iceauth
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-1.0.3.tar.bz2)
+build ()
+{
+ cd iceauth-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}