From 70e10eab97a205f999eefd14ad0e247fdaa102ef Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:02:15 +0100 Subject: Ajout de xorg-xgama#1.0.2-1 --- xorg/xorg-xgamma/.footprint | 6 ++++++ xorg/xorg-xgamma/.md5sum | 1 + xorg/xorg-xgamma/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 xorg/xorg-xgamma/.footprint create mode 100644 xorg/xorg-xgamma/.md5sum create mode 100644 xorg/xorg-xgamma/Pkgfile (limited to 'xorg/xorg-xgamma') diff --git a/xorg/xorg-xgamma/.footprint b/xorg/xorg-xgamma/.footprint new file mode 100644 index 000000000..711232ec5 --- /dev/null +++ b/xorg/xorg-xgamma/.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/xgamma +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xgamma.1.gz diff --git a/xorg/xorg-xgamma/.md5sum b/xorg/xorg-xgamma/.md5sum new file mode 100644 index 000000000..e18e495be --- /dev/null +++ b/xorg/xorg-xgamma/.md5sum @@ -0,0 +1 @@ +f13ddedaa63a608d3b025d326f4f5b5d xgamma-1.0.2.tar.bz2 diff --git a/xorg/xorg-xgamma/Pkgfile b/xorg/xorg-xgamma/Pkgfile new file mode 100644 index 000000000..9b263b6c2 --- /dev/null +++ b/xorg/xorg-xgamma/Pkgfile @@ -0,0 +1,18 @@ +# Description: Query or set X gamma correction +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-libxxf86vm + +name=xorg-xgamma +version=1.0.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar.bz2) + +build() { + cd xgamma-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf