From b0a903275501ad4df745b8997ee317f2799795df Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 15 Oct 2011 17:37:38 +0200 Subject: xorg-iceauth dans extra --- extra/xorg-iceauth/.footprint.i686 | 7 +++++++ extra/xorg-iceauth/.footprint.x86_64 | 7 +++++++ extra/xorg-iceauth/.md5sum.i686 | 1 + extra/xorg-iceauth/.md5sum.x86_64 | 1 + extra/xorg-iceauth/Pkgfile | 18 ++++++++++++++++++ 5 files changed, 34 insertions(+) create mode 100644 extra/xorg-iceauth/.footprint.i686 create mode 100644 extra/xorg-iceauth/.footprint.x86_64 create mode 100644 extra/xorg-iceauth/.md5sum.i686 create mode 100644 extra/xorg-iceauth/.md5sum.x86_64 create mode 100644 extra/xorg-iceauth/Pkgfile (limited to 'extra') diff --git a/extra/xorg-iceauth/.footprint.i686 b/extra/xorg-iceauth/.footprint.i686 new file mode 100644 index 000000000..176983bca --- /dev/null +++ b/extra/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/extra/xorg-iceauth/.footprint.x86_64 b/extra/xorg-iceauth/.footprint.x86_64 new file mode 100644 index 000000000..176983bca --- /dev/null +++ b/extra/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/extra/xorg-iceauth/.md5sum.i686 b/extra/xorg-iceauth/.md5sum.i686 new file mode 100644 index 000000000..37cab3219 --- /dev/null +++ b/extra/xorg-iceauth/.md5sum.i686 @@ -0,0 +1 @@ +bb2e4d2611047f7c5a1a82ec956a9de4 iceauth-1.0.4.tar.bz2 diff --git a/extra/xorg-iceauth/.md5sum.x86_64 b/extra/xorg-iceauth/.md5sum.x86_64 new file mode 100644 index 000000000..37cab3219 --- /dev/null +++ b/extra/xorg-iceauth/.md5sum.x86_64 @@ -0,0 +1 @@ +bb2e4d2611047f7c5a1a82ec956a9de4 iceauth-1.0.4.tar.bz2 diff --git a/extra/xorg-iceauth/Pkgfile b/extra/xorg-iceauth/Pkgfile new file mode 100644 index 000000000..aa33934da --- /dev/null +++ b/extra/xorg-iceauth/Pkgfile @@ -0,0 +1,18 @@ +# Description: ICE authority file utility +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-xproto, xorg-libice +# Run on: xorg-libice + +name=xorg-iceauth +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/iceauth-$version.tar.bz2) + +build() { + cd iceauth-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2