summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
commitb0a903275501ad4df745b8997ee317f2799795df (patch)
tree0c0d28c8724dc743f5e1aab5390aa3926f041cb8 /extra
parentf1f33bdfbdacba58093c033462ecafccc7247029 (diff)
downloadnutyx-extra-b0a903275501ad4df745b8997ee317f2799795df.tar.gz
nutyx-extra-b0a903275501ad4df745b8997ee317f2799795df.tar.bz2
nutyx-extra-b0a903275501ad4df745b8997ee317f2799795df.tar.xz
nutyx-extra-b0a903275501ad4df745b8997ee317f2799795df.zip
xorg-iceauth dans extra
Diffstat (limited to 'extra')
-rw-r--r--extra/xorg-iceauth/.footprint.i6867
-rw-r--r--extra/xorg-iceauth/.footprint.x86_647
-rw-r--r--extra/xorg-iceauth/.md5sum.i6861
-rw-r--r--extra/xorg-iceauth/.md5sum.x86_641
-rw-r--r--extra/xorg-iceauth/Pkgfile18
5 files changed, 34 insertions, 0 deletions
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
+}