summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:02:36 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:02:36 +0100
commit2a5411962580c3969fc2cda7e45fd17c3f83d0a8 (patch)
tree86f545d61ea7fef87b8403c0829dc9a534b70406 /xorg
parent70e10eab97a205f999eefd14ad0e247fdaa102ef (diff)
downloadnutyx-extra-2a5411962580c3969fc2cda7e45fd17c3f83d0a8.tar.gz
nutyx-extra-2a5411962580c3969fc2cda7e45fd17c3f83d0a8.tar.bz2
nutyx-extra-2a5411962580c3969fc2cda7e45fd17c3f83d0a8.tar.xz
nutyx-extra-2a5411962580c3969fc2cda7e45fd17c3f83d0a8.zip
Ajout de xorg-xhost#1.0.2-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xhost/.footprint6
-rw-r--r--xorg/xorg-xhost/.md5sum1
-rw-r--r--xorg/xorg-xhost/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg/xorg-xhost/.footprint b/xorg/xorg-xhost/.footprint
new file mode 100644
index 000000000..827f44ee5
--- /dev/null
+++ b/xorg/xorg-xhost/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xhost
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xhost.1.gz
diff --git a/xorg/xorg-xhost/.md5sum b/xorg/xorg-xhost/.md5sum
new file mode 100644
index 000000000..78d5a15ac
--- /dev/null
+++ b/xorg/xorg-xhost/.md5sum
@@ -0,0 +1 @@
+f746aba36f075ae4cae313d849a94f4e xhost-1.0.2.tar.bz2
diff --git a/xorg/xorg-xhost/Pkgfile b/xorg/xorg-xhost/Pkgfile
new file mode 100644
index 000000000..c18482ebb
--- /dev/null
+++ b/xorg/xorg-xhost/Pkgfile
@@ -0,0 +1,18 @@
+# Description: x server access control program
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxmu
+
+name=xorg-xhost
+version=1.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xhost-$version.tar.bz2)
+
+build() {
+ cd xhost-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}