ports/xorg (2.3): xorg-xgamma: initial release
commit d78895c337775a20607eff006afd26d997b4082a Author: Tilman Sauerbeck <tilman@crux.nu> Date: Sun Apr 8 23:00:51 2007 +0200 xorg-xgamma: initial release diff --git a/xorg-xgamma/.footprint b/xorg-xgamma/.footprint new file mode 100644 index 0000000..d059311 --- /dev/null +++ b/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.1x.gz diff --git a/xorg-xgamma/.md5sum b/xorg-xgamma/.md5sum new file mode 100644 index 0000000..72050f2 --- /dev/null +++ b/xorg-xgamma/.md5sum @@ -0,0 +1 @@ +45d8fa3c85d4bfda87251798fd605a45 xgamma-1.0.1.tar.bz2 diff --git a/xorg-xgamma/Pkgfile b/xorg-xgamma/Pkgfile new file mode 100644 index 0000000..82da913 --- /dev/null +++ b/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.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar.bz2) + +build() { + cd xgamma-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu