diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:02:36 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:02:36 +0100 |
commit | 2a5411962580c3969fc2cda7e45fd17c3f83d0a8 (patch) | |
tree | 86f545d61ea7fef87b8403c0829dc9a534b70406 | |
parent | 70e10eab97a205f999eefd14ad0e247fdaa102ef (diff) | |
download | nutyx-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
-rw-r--r-- | xorg/xorg-xhost/.footprint | 6 | ||||
-rw-r--r-- | xorg/xorg-xhost/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xhost/Pkgfile | 18 |
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 +} |