diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:34:58 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:34:58 +0100 |
commit | a18fed7a6da82b2906ded0522fca003ccf781fe8 (patch) | |
tree | d5454ed11b4d26b9458e2c6d0e10671c54ccc8fc /xorg | |
parent | 7e6223242e8d1dc347d5b84355304dcaef98a824 (diff) | |
download | nutyx-extra-a18fed7a6da82b2906ded0522fca003ccf781fe8.tar.gz nutyx-extra-a18fed7a6da82b2906ded0522fca003ccf781fe8.tar.bz2 nutyx-extra-a18fed7a6da82b2906ded0522fca003ccf781fe8.tar.xz nutyx-extra-a18fed7a6da82b2906ded0522fca003ccf781fe8.zip |
Ajout de xorg-iceauth#1.0.2-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-iceauth/.footprint | 6 | ||||
-rw-r--r-- | xorg/xorg-iceauth/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-iceauth/Pkgfile | 18 |
3 files changed, 25 insertions, 0 deletions
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 +} |