diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/xorg-iceauth/.footprint.i686 | 7 | ||||
-rw-r--r-- | base/xorg-iceauth/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | base/xorg-iceauth/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/xorg-iceauth/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/xorg-iceauth/Pkgfile | 20 |
5 files changed, 36 insertions, 0 deletions
diff --git a/base/xorg-iceauth/.footprint.i686 b/base/xorg-iceauth/.footprint.i686 new file mode 100644 index 000000000..176983bca --- /dev/null +++ b/base/xorg-iceauth/.footprint.i686 @@ -0,0 +1,7 @@ +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/iceauth.1.gz diff --git a/base/xorg-iceauth/.footprint.x86_64 b/base/xorg-iceauth/.footprint.x86_64 new file mode 100644 index 000000000..176983bca --- /dev/null +++ b/base/xorg-iceauth/.footprint.x86_64 @@ -0,0 +1,7 @@ +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/iceauth.1.gz diff --git a/base/xorg-iceauth/.md5sum.i686 b/base/xorg-iceauth/.md5sum.i686 new file mode 100644 index 000000000..7edb3f4d4 --- /dev/null +++ b/base/xorg-iceauth/.md5sum.i686 @@ -0,0 +1 @@ +7ab8b64edf0212a9d9a3c8129901a450 iceauth-1.0.2.tar.bz2 diff --git a/base/xorg-iceauth/.md5sum.x86_64 b/base/xorg-iceauth/.md5sum.x86_64 new file mode 100644 index 000000000..7edb3f4d4 --- /dev/null +++ b/base/xorg-iceauth/.md5sum.x86_64 @@ -0,0 +1 @@ +7ab8b64edf0212a9d9a3c8129901a450 iceauth-1.0.2.tar.bz2 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 +} |