From ffe063b536f4b65d294aa792c36d194fc7428ae9 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:07:13 +0100 Subject: Ajout de xorg-xrdb#1.0.5-1 --- xorg/xorg-xrdb/.footprint | 6 ++++++ xorg/xorg-xrdb/.md5sum | 1 + xorg/xorg-xrdb/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-xrdb/.footprint create mode 100644 xorg/xorg-xrdb/.md5sum create mode 100644 xorg/xorg-xrdb/Pkgfile (limited to 'xorg/xorg-xrdb') diff --git a/xorg/xorg-xrdb/.footprint b/xorg/xorg-xrdb/.footprint new file mode 100644 index 000000000..d2e34046b --- /dev/null +++ b/xorg/xorg-xrdb/.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/xrdb +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xrdb.1.gz diff --git a/xorg/xorg-xrdb/.md5sum b/xorg/xorg-xrdb/.md5sum new file mode 100644 index 000000000..a87d71793 --- /dev/null +++ b/xorg/xorg-xrdb/.md5sum @@ -0,0 +1 @@ +9c30b8e1709d5367beb7706146640c07 xrdb-1.0.5.tar.bz2 diff --git a/xorg/xorg-xrdb/Pkgfile b/xorg/xorg-xrdb/Pkgfile new file mode 100644 index 000000000..d8fb81ab3 --- /dev/null +++ b/xorg/xorg-xrdb/Pkgfile @@ -0,0 +1,18 @@ +# Description: x server resource database utility +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libxmu, xorg-libx11 + +name=xorg-xrdb +version=1.0.5 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xrdb-$version.tar.bz2) + +build() { + cd xrdb-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf