diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:19:35 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:19:35 +0100 |
commit | 2dadb586b80506b0486cbf86ca3a1bdfba1ad98e (patch) | |
tree | 6be70eb5b2a791cc44cb0c2b1b9923f89c170c42 /xorg | |
parent | 99f6d2769bf999a0e8120a9c77d591a35000970c (diff) | |
download | nutyx-extra-2dadb586b80506b0486cbf86ca3a1bdfba1ad98e.tar.gz nutyx-extra-2dadb586b80506b0486cbf86ca3a1bdfba1ad98e.tar.bz2 nutyx-extra-2dadb586b80506b0486cbf86ca3a1bdfba1ad98e.tar.xz nutyx-extra-2dadb586b80506b0486cbf86ca3a1bdfba1ad98e.zip |
xorg-iceauth, deplacé dans base
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 | 20 |
5 files changed, 0 insertions, 36 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 7edb3f4d4..000000000 --- a/xorg/xorg-iceauth/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -7ab8b64edf0212a9d9a3c8129901a450 iceauth-1.0.2.tar.bz2 diff --git a/xorg/xorg-iceauth/.md5sum.x86_64 b/xorg/xorg-iceauth/.md5sum.x86_64 deleted file mode 100644 index 7edb3f4d4..000000000 --- a/xorg/xorg-iceauth/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -7ab8b64edf0212a9d9a3c8129901a450 iceauth-1.0.2.tar.bz2 diff --git a/xorg/xorg-iceauth/Pkgfile b/xorg/xorg-iceauth/Pkgfile deleted file mode 100644 index 80b0876f1..000000000 --- a/xorg/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 -} |