summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xbacklight/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:15:44 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:15:44 +0100
commitc313ac3f4b4c3aa435f93443195e54ecf22c3381 (patch)
treecf856b7697749c3fcd9362e9a27b480a237d3d53 /xorg/xorg-xbacklight/Pkgfile
parent73c017abe74bd9685c2bc19a96a579ff9456cd5b (diff)
downloadnutyx-pakxe-c313ac3f4b4c3aa435f93443195e54ecf22c3381.tar.gz
nutyx-pakxe-c313ac3f4b4c3aa435f93443195e54ecf22c3381.tar.bz2
nutyx-pakxe-c313ac3f4b4c3aa435f93443195e54ecf22c3381.tar.xz
nutyx-pakxe-c313ac3f4b4c3aa435f93443195e54ecf22c3381.zip
Ajout de xorg-xbacklight#1.1-1
Diffstat (limited to 'xorg/xorg-xbacklight/Pkgfile')
-rw-r--r--xorg/xorg-xbacklight/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-xbacklight/Pkgfile b/xorg/xorg-xbacklight/Pkgfile
new file mode 100644
index 000000000..27cb39222
--- /dev/null
+++ b/xorg/xorg-xbacklight/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Utility to set a display's backlight level
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxrandr
+
+name=xorg-xbacklight
+version=1.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version.tar.bz2)
+
+build() {
+ cd xbacklight-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}