summaryrefslogtreecommitdiffstats
path: root/xorg-xkill
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 16:42:14 +0200
committerpiernov <piernov@piernov.org>2012-04-30 16:42:14 +0200
commit704ded6ebd246313840562ed7fe31036821c381b (patch)
tree6732661aeae0aa35842d26862f8e8df83886ad28 /xorg-xkill
parent5f914a566e420428ebe36b24a0588751b1865ba9 (diff)
downloadnutyx-extra-704ded6ebd246313840562ed7fe31036821c381b.tar.gz
nutyx-extra-704ded6ebd246313840562ed7fe31036821c381b.tar.bz2
nutyx-extra-704ded6ebd246313840562ed7fe31036821c381b.tar.xz
nutyx-extra-704ded6ebd246313840562ed7fe31036821c381b.zip
Revert "xorg dans nutyx-pakxe , la base"
This reverts commit e9ef802a013ac393a057134f1fdaad745aa38573.
Diffstat (limited to 'xorg-xkill')
-rw-r--r--xorg-xkill/.footprint.i6867
-rw-r--r--xorg-xkill/.footprint.x86_647
-rw-r--r--xorg-xkill/.md5sum.i6861
-rw-r--r--xorg-xkill/.md5sum.x86_641
-rw-r--r--xorg-xkill/Pkgfile18
5 files changed, 34 insertions, 0 deletions
diff --git a/xorg-xkill/.footprint.i686 b/xorg-xkill/.footprint.i686
new file mode 100644
index 000000000..d4340a9dd
--- /dev/null
+++ b/xorg-xkill/.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/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-xkill/.footprint.x86_64 b/xorg-xkill/.footprint.x86_64
new file mode 100644
index 000000000..d4340a9dd
--- /dev/null
+++ b/xorg-xkill/.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/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-xkill/.md5sum.i686 b/xorg-xkill/.md5sum.i686
new file mode 100644
index 000000000..ca282f185
--- /dev/null
+++ b/xorg-xkill/.md5sum.i686
@@ -0,0 +1 @@
+e7f0d57b6ba49c384e9cf8c9ff3243c1 xkill-1.0.3.tar.bz2
diff --git a/xorg-xkill/.md5sum.x86_64 b/xorg-xkill/.md5sum.x86_64
new file mode 100644
index 000000000..ca282f185
--- /dev/null
+++ b/xorg-xkill/.md5sum.x86_64
@@ -0,0 +1 @@
+e7f0d57b6ba49c384e9cf8c9ff3243c1 xkill-1.0.3.tar.bz2
diff --git a/xorg-xkill/Pkgfile b/xorg-xkill/Pkgfile
new file mode 100644
index 000000000..18e131bcf
--- /dev/null
+++ b/xorg-xkill/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+}