diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xgamma | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-xgamma')
-rw-r--r-- | xorg-xgamma/.footprint | 6 | ||||
-rw-r--r-- | xorg-xgamma/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xgamma/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-xgamma/Pkgfile.old | 18 |
4 files changed, 42 insertions, 0 deletions
diff --git a/xorg-xgamma/.footprint b/xorg-xgamma/.footprint new file mode 100644 index 0000000..711232e --- /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.1.gz diff --git a/xorg-xgamma/.md5sum b/xorg-xgamma/.md5sum new file mode 100644 index 0000000..d853f20 --- /dev/null +++ b/xorg-xgamma/.md5sum @@ -0,0 +1 @@ +e8a88bf1a18f35b724619849dca97f4f xgamma-1.0.3.tar.bz2 diff --git a/xorg-xgamma/Pkgfile b/xorg-xgamma/Pkgfile new file mode 100644 index 0000000..c1fbe08 --- /dev/null +++ b/xorg-xgamma/Pkgfile @@ -0,0 +1,17 @@ +description="Query or set X gamma correction" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-libx11 xorg-libxxf86vm) + +name=xorg-xgamma +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-1.0.3.tar.bz2) +build () +{ + cd xgamma-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xgamma/Pkgfile.old b/xorg-xgamma/Pkgfile.old new file mode 100644 index 0000000..7cb2a00 --- /dev/null +++ b/xorg-xgamma/Pkgfile.old @@ -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.3 +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 +} |