From a18fed7a6da82b2906ded0522fca003ccf781fe8 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 21:34:58 +0100 Subject: Ajout de xorg-iceauth#1.0.2-1 --- xorg/xorg-iceauth/.footprint | 6 ++++++ xorg/xorg-iceauth/.md5sum | 1 + xorg/xorg-iceauth/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-iceauth/.footprint create mode 100644 xorg/xorg-iceauth/.md5sum create mode 100644 xorg/xorg-iceauth/Pkgfile (limited to 'xorg') diff --git a/xorg/xorg-iceauth/.footprint b/xorg/xorg-iceauth/.footprint new file mode 100644 index 000000000..41ed62b86 --- /dev/null +++ b/xorg/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/xorg-iceauth/.md5sum b/xorg/xorg-iceauth/.md5sum new file mode 100644 index 000000000..7edb3f4d4 --- /dev/null +++ b/xorg/xorg-iceauth/.md5sum @@ -0,0 +1 @@ +7ab8b64edf0212a9d9a3c8129901a450 iceauth-1.0.2.tar.bz2 diff --git a/xorg/xorg-iceauth/Pkgfile b/xorg/xorg-iceauth/Pkgfile new file mode 100644 index 000000000..144bd07a8 --- /dev/null +++ b/xorg/xorg-iceauth/Pkgfile @@ -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.2 +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 +} -- cgit v1.2.3-54-g00ecf