summaryrefslogtreecommitdiffstats
path: root/xorg-iceauth
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-iceauth')
-rw-r--r--xorg-iceauth/.footprint6
-rw-r--r--xorg-iceauth/.md5sum1
-rw-r--r--xorg-iceauth/Pkgfile17
-rw-r--r--xorg-iceauth/Pkgfile.old18
4 files changed, 42 insertions, 0 deletions
diff --git a/xorg-iceauth/.footprint b/xorg-iceauth/.footprint
new file mode 100644
index 0000000..41ed62b
--- /dev/null
+++ b/xorg-iceauth/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/iceauth
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/iceauth.1.gz
diff --git a/xorg-iceauth/.md5sum b/xorg-iceauth/.md5sum
new file mode 100644
index 0000000..4397acd
--- /dev/null
+++ b/xorg-iceauth/.md5sum
@@ -0,0 +1 @@
+975ade3f238c1eb10705da0a91e6e8e7 iceauth-1.0.3.tar.bz2
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
+}
diff --git a/xorg-iceauth/Pkgfile.old b/xorg-iceauth/Pkgfile.old
new file mode 100644
index 0000000..f0828df
--- /dev/null
+++ b/xorg-iceauth/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: ICE authority file utility
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server, xorg-xproto, xorg-libice
+
+name=xorg-iceauth
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2)
+
+build() {
+ cd iceauth-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}