diff options
author | tnut <tnut at nutyx dot org> | 2012-04-03 18:01:11 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot org> | 2012-04-03 18:01:11 +0200 |
commit | 55ba00459776d78ef447c3c022fd2d5185b1c9ce (patch) | |
tree | 76d0c7299dffa0de9c8b726545b0a94673deb0d8 /xorg-xbacklight | |
parent | cd99c50dcdba009792602bada286d9422dbdcee7 (diff) | |
download | nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.gz nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.bz2 nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.tar.xz nutyx-pakxe-55ba00459776d78ef447c3c022fd2d5185b1c9ce.zip |
ajout de xorg
Diffstat (limited to 'xorg-xbacklight')
-rw-r--r-- | xorg-xbacklight/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg-xbacklight/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg-xbacklight/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg-xbacklight/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg-xbacklight/Pkgfile | 18 |
5 files changed, 34 insertions, 0 deletions
diff --git a/xorg-xbacklight/.footprint.i686 b/xorg-xbacklight/.footprint.i686 new file mode 100644 index 000000000..9c701dd7e --- /dev/null +++ b/xorg-xbacklight/.footprint.i686 @@ -0,0 +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/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.1.gz diff --git a/xorg-xbacklight/.footprint.x86_64 b/xorg-xbacklight/.footprint.x86_64 new file mode 100644 index 000000000..9c701dd7e --- /dev/null +++ b/xorg-xbacklight/.footprint.x86_64 @@ -0,0 +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/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.1.gz diff --git a/xorg-xbacklight/.md5sum.i686 b/xorg-xbacklight/.md5sum.i686 new file mode 100644 index 000000000..d82c8ad1c --- /dev/null +++ b/xorg-xbacklight/.md5sum.i686 @@ -0,0 +1 @@ +c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2 diff --git a/xorg-xbacklight/.md5sum.x86_64 b/xorg-xbacklight/.md5sum.x86_64 new file mode 100644 index 000000000..d82c8ad1c --- /dev/null +++ b/xorg-xbacklight/.md5sum.x86_64 @@ -0,0 +1 @@ +c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2 diff --git a/xorg-xbacklight/Pkgfile b/xorg-xbacklight/Pkgfile new file mode 100644 index 000000000..a008cf8dd --- /dev/null +++ b/xorg-xbacklight/Pkgfile @@ -0,0 +1,18 @@ +# Description: Utilitaire pour regler le niveau d'eclairage des fonds d'écrans +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libxrandr +# Run on: xorg-libxrandr + +name=xorg-xbacklight +version=1.1.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-$version.tar.bz2) + +build() { + cd xbacklight-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} |