diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 19:56:24 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 19:56:24 +0100 |
commit | b7ed3fa669d8a166425065c5e457da3c0ed8675c (patch) | |
tree | eaaf6e47fc92a9c1ecf6b1ecb1261bec2524be9e /xorg/xorg-xbacklight/Pkgfile | |
parent | 98ccbb0372753ddc552d2dd4d47cb047766e084a (diff) | |
download | nutyx-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/Pkgfile | 6 |
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 } |