diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-iceauth/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg/xorg-iceauth/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg/xorg-iceauth/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-iceauth/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-iceauth/Pkgfile | 18 |
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-iceauth/.footprint.i686 b/xorg/xorg-iceauth/.footprint.i686 deleted file mode 100644 index 176983bca..000000000 --- a/xorg/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/xorg/xorg-iceauth/.footprint.x86_64 b/xorg/xorg-iceauth/.footprint.x86_64 deleted file mode 100644 index 176983bca..000000000 --- a/xorg/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/xorg/xorg-iceauth/.md5sum.i686 b/xorg/xorg-iceauth/.md5sum.i686 deleted file mode 100644 index 37cab3219..000000000 --- a/xorg/xorg-iceauth/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -bb2e4d2611047f7c5a1a82ec956a9de4 iceauth-1.0.4.tar.bz2 diff --git a/xorg/xorg-iceauth/.md5sum.x86_64 b/xorg/xorg-iceauth/.md5sum.x86_64 deleted file mode 100644 index 37cab3219..000000000 --- a/xorg/xorg-iceauth/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -bb2e4d2611047f7c5a1a82ec956a9de4 iceauth-1.0.4.tar.bz2 diff --git a/xorg/xorg-iceauth/Pkgfile b/xorg/xorg-iceauth/Pkgfile deleted file mode 100644 index aa33934da..000000000 --- a/xorg/xorg-iceauth/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} |