From b5f5063c52f78fd5555124a680bac7658318314d Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:04:21 +0100 Subject: Ajout de xorg-xkbcomp#1.1.0-1 --- xorg/xorg-xkbcomp/.footprint | 6 ++++++ xorg/xorg-xkbcomp/.md5sum | 1 + xorg/xorg-xkbcomp/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-xkbcomp/.footprint create mode 100644 xorg/xorg-xkbcomp/.md5sum create mode 100644 xorg/xorg-xkbcomp/Pkgfile diff --git a/xorg/xorg-xkbcomp/.footprint b/xorg/xorg-xkbcomp/.footprint new file mode 100644 index 000000000..5b376a246 --- /dev/null +++ b/xorg/xorg-xkbcomp/.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/xkbcomp +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xkbcomp.1.gz diff --git a/xorg/xorg-xkbcomp/.md5sum b/xorg/xorg-xkbcomp/.md5sum new file mode 100644 index 000000000..d0a9e3ef2 --- /dev/null +++ b/xorg/xorg-xkbcomp/.md5sum @@ -0,0 +1 @@ +362380be3b3bed56c9ce45622eafc2c9 xkbcomp-1.1.0.tar.bz2 diff --git a/xorg/xorg-xkbcomp/Pkgfile b/xorg/xorg-xkbcomp/Pkgfile new file mode 100644 index 000000000..ee15838b6 --- /dev/null +++ b/xorg/xorg-xkbcomp/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg XKB keyboard description compiler +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-libxkbfile + +name=xorg-xkbcomp +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar.bz2) + +build() { + cd xkbcomp-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf