From 2a5411962580c3969fc2cda7e45fd17c3f83d0a8 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:02:36 +0100 Subject: Ajout de xorg-xhost#1.0.2-1 --- xorg/xorg-xhost/.footprint | 6 ++++++ xorg/xorg-xhost/.md5sum | 1 + xorg/xorg-xhost/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-xhost/.footprint create mode 100644 xorg/xorg-xhost/.md5sum create mode 100644 xorg/xorg-xhost/Pkgfile (limited to 'xorg/xorg-xhost') 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 +} -- cgit v1.2.3-54-g00ecf