diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 11:24:59 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 11:24:59 +0200 |
commit | ebe198ba5a97aa78b885fa6870c5c2d28b470883 (patch) | |
tree | 59172064ac703d82eb6879143ce28718877c7017 /xorg/xorg-xbacklight | |
parent | 251a30bdd95ff7199a44a151de75c1f74a7ea563 (diff) | |
download | nutyx-pakxe-ebe198ba5a97aa78b885fa6870c5c2d28b470883.tar.gz nutyx-pakxe-ebe198ba5a97aa78b885fa6870c5c2d28b470883.tar.bz2 nutyx-pakxe-ebe198ba5a97aa78b885fa6870c5c2d28b470883.tar.xz nutyx-pakxe-ebe198ba5a97aa78b885fa6870c5c2d28b470883.zip |
xorg-xbacklight, maj footprint
Diffstat (limited to 'xorg/xorg-xbacklight')
-rw-r--r-- | xorg/xorg-xbacklight/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-xbacklight/Pkgfile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/xorg/xorg-xbacklight/.footprint b/xorg/xorg-xbacklight/.footprint index 26b31b20b..7eaa86827 100644 --- a/xorg/xorg-xbacklight/.footprint +++ b/xorg/xorg-xbacklight/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xbacklight -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xbacklight.1x.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xbacklight.1x.gz diff --git a/xorg/xorg-xbacklight/Pkgfile b/xorg/xorg-xbacklight/Pkgfile index 27cb39222..99b6e9eb6 100644 --- a/xorg/xorg-xbacklight/Pkgfile +++ b/xorg/xorg-xbacklight/Pkgfile @@ -1,6 +1,7 @@ -# Description: Utility to set a display's backlight level +# Description: Utilitaire pour regler le niveau d'eclairage des fonds d'écrans # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxrandr name=xorg-xbacklight @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version. build() { cd xbacklight-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |