summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xbacklight/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 19:56:24 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 19:56:24 +0100
commitb7ed3fa669d8a166425065c5e457da3c0ed8675c (patch)
treeeaaf6e47fc92a9c1ecf6b1ecb1261bec2524be9e /xorg/xorg-xbacklight/Pkgfile
parent98ccbb0372753ddc552d2dd4d47cb047766e084a (diff)
downloadnutyx-pakxe-b7ed3fa669d8a166425065c5e457da3c0ed8675c.tar.gz
nutyx-pakxe-b7ed3fa669d8a166425065c5e457da3c0ed8675c.tar.bz2
nutyx-pakxe-b7ed3fa669d8a166425065c5e457da3c0ed8675c.tar.xz
nutyx-pakxe-b7ed3fa669d8a166425065c5e457da3c0ed8675c.zip
xorg-xbacklight, maj 1.1.2-1
Diffstat (limited to 'xorg/xorg-xbacklight/Pkgfile')
-rw-r--r--xorg/xorg-xbacklight/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xbacklight/Pkgfile b/xorg/xorg-xbacklight/Pkgfile
index 4fc4d4ba3..a008cf8dd 100644
--- a/xorg/xorg-xbacklight/Pkgfile
+++ b/xorg/xorg-xbacklight/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libxrandr
name=xorg-xbacklight
-version=1.1
+version=1.1.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version.tar.bz2)
build() {
cd xbacklight-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}