diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:45 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:45 +0200 |
commit | f0054686d8e153c0a335d8853d8070d22d2ce162 (patch) | |
tree | bdae0abacf3fd1ab5fab810db5bd518ad2553031 /xorg | |
parent | c3e7b3f2f242230de5a443001d89818d536864b0 (diff) | |
download | nutyx-extra-f0054686d8e153c0a335d8853d8070d22d2ce162.tar.gz nutyx-extra-f0054686d8e153c0a335d8853d8070d22d2ce162.tar.bz2 nutyx-extra-f0054686d8e153c0a335d8853d8070d22d2ce162.tar.xz nutyx-extra-f0054686d8e153c0a335d8853d8070d22d2ce162.zip |
xorg-xkill dans extra
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xkill/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg/xorg-xkill/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg/xorg-xkill/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg/xorg-xkill/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg/xorg-xkill/Pkgfile | 18 |
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-xkill/.footprint.i686 b/xorg/xorg-xkill/.footprint.i686 deleted file mode 100644 index d4340a9dd..000000000 --- a/xorg/xorg-xkill/.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/xkill -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/xkill.1.gz diff --git a/xorg/xorg-xkill/.footprint.x86_64 b/xorg/xorg-xkill/.footprint.x86_64 deleted file mode 100644 index d4340a9dd..000000000 --- a/xorg/xorg-xkill/.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/xkill -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/xkill.1.gz diff --git a/xorg/xorg-xkill/.md5sum.i686 b/xorg/xorg-xkill/.md5sum.i686 deleted file mode 100644 index ca282f185..000000000 --- a/xorg/xorg-xkill/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -e7f0d57b6ba49c384e9cf8c9ff3243c1 xkill-1.0.3.tar.bz2 diff --git a/xorg/xorg-xkill/.md5sum.x86_64 b/xorg/xorg-xkill/.md5sum.x86_64 deleted file mode 100644 index ca282f185..000000000 --- a/xorg/xorg-xkill/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -e7f0d57b6ba49c384e9cf8c9ff3243c1 xkill-1.0.3.tar.bz2 diff --git a/xorg/xorg-xkill/Pkgfile b/xorg/xorg-xkill/Pkgfile deleted file mode 100644 index 18e131bcf..000000000 --- a/xorg/xorg-xkill/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: x window sniper -# URL: http://xorg.freedesktop.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg-libxmu -# Run on: xorg-libxmu - -name=xorg-xkill -version=1.0.3 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/app/xkill-$version.tar.bz2) - -build() { - cd xkill-$version - ./configure $XORG_CONFIG - make - make DESTDIR=$PKG install -} |