summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-10 10:30:08 +0100
committersibel <lesibel@free.fr>2011-03-10 10:30:08 +0100
commitf3c8f5959945275c1771c324f81d178ce1fe27ab (patch)
tree596b5a7fc1a4a1631ace527ca8fb90d14342fece /base
parentf1b5acd8f968a2642fc04dcbd5bab711e4abd49d (diff)
downloadnutyx-pakxe-f3c8f5959945275c1771c324f81d178ce1fe27ab.tar.gz
nutyx-pakxe-f3c8f5959945275c1771c324f81d178ce1fe27ab.tar.bz2
nutyx-pakxe-f3c8f5959945275c1771c324f81d178ce1fe27ab.tar.xz
nutyx-pakxe-f3c8f5959945275c1771c324f81d178ce1fe27ab.zip
xorg-iceauth, déplacé dans xorg
Diffstat (limited to 'base')
-rw-r--r--base/xorg-iceauth/.footprint.i6867
-rw-r--r--base/xorg-iceauth/.footprint.x86_647
-rw-r--r--base/xorg-iceauth/.md5sum.i6861
-rw-r--r--base/xorg-iceauth/.md5sum.x86_641
-rw-r--r--base/xorg-iceauth/Pkgfile20
5 files changed, 0 insertions, 36 deletions
diff --git a/base/xorg-iceauth/.footprint.i686 b/base/xorg-iceauth/.footprint.i686
deleted file mode 100644
index 176983bca..000000000
--- a/base/xorg-iceauth/.footprint.i686
+++ /dev/null
@@ -1,7 +0,0 @@
-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/base/xorg-iceauth/.footprint.x86_64 b/base/xorg-iceauth/.footprint.x86_64
deleted file mode 100644
index 176983bca..000000000
--- a/base/xorg-iceauth/.footprint.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-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/base/xorg-iceauth/.md5sum.i686 b/base/xorg-iceauth/.md5sum.i686
deleted file mode 100644
index 7edb3f4d4..000000000
--- a/base/xorg-iceauth/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-7ab8b64edf0212a9d9a3c8129901a450 iceauth-1.0.2.tar.bz2
diff --git a/base/xorg-iceauth/.md5sum.x86_64 b/base/xorg-iceauth/.md5sum.x86_64
deleted file mode 100644
index 7edb3f4d4..000000000
--- a/base/xorg-iceauth/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-7ab8b64edf0212a9d9a3c8129901a450 iceauth-1.0.2.tar.bz2
diff --git a/base/xorg-iceauth/Pkgfile b/base/xorg-iceauth/Pkgfile
deleted file mode 100644
index 80b0876f1..000000000
--- a/base/xorg-iceauth/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: ICE authority file utility
-# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Packager: tilman at crux dot nu
-# Depends on: xorg-xproto, xorg-libice
-# Run on: 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
-
- make
- make DESTDIR=$PKG install
-}