summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xhost/Pkgfile
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/xorg-xhost/Pkgfile
parent70e10eab97a205f999eefd14ad0e247fdaa102ef (diff)
downloadnutyx-pakxe-2a5411962580c3969fc2cda7e45fd17c3f83d0a8.tar.gz
nutyx-pakxe-2a5411962580c3969fc2cda7e45fd17c3f83d0a8.tar.bz2
nutyx-pakxe-2a5411962580c3969fc2cda7e45fd17c3f83d0a8.tar.xz
nutyx-pakxe-2a5411962580c3969fc2cda7e45fd17c3f83d0a8.zip
Ajout de xorg-xhost#1.0.2-1
Diffstat (limited to 'xorg/xorg-xhost/Pkgfile')
-rw-r--r--xorg/xorg-xhost/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}