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/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xorg/xorg-iceauth/Pkgfile (limited to 'xorg/xorg-iceauth/Pkgfile') 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