From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-xbacklight/.footprint | 6 ++++++ xorg-xbacklight/.md5sum | 1 + xorg-xbacklight/Pkgfile | 17 +++++++++++++++++ xorg-xbacklight/Pkgfile.old | 18 ++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 xorg-xbacklight/.footprint create mode 100644 xorg-xbacklight/.md5sum create mode 100644 xorg-xbacklight/Pkgfile create mode 100644 xorg-xbacklight/Pkgfile.old (limited to 'xorg-xbacklight') diff --git a/xorg-xbacklight/.footprint b/xorg-xbacklight/.footprint new file mode 100644 index 0000000..0e1edd0 --- /dev/null +++ b/xorg-xbacklight/.footprint @@ -0,0 +1,6 @@ +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.1.gz diff --git a/xorg-xbacklight/.md5sum b/xorg-xbacklight/.md5sum new file mode 100644 index 0000000..1e70df7 --- /dev/null +++ b/xorg-xbacklight/.md5sum @@ -0,0 +1 @@ +3e39eec6d0fd5c587ca6d55aa7bb8fe1 xbacklight-1.1.1.tar.bz2 diff --git a/xorg-xbacklight/Pkgfile b/xorg-xbacklight/Pkgfile new file mode 100644 index 0000000..8c098e9 --- /dev/null +++ b/xorg-xbacklight/Pkgfile @@ -0,0 +1,17 @@ +description="Utility to set a display's backlight level" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-libxrandr) + +name=xorg-xbacklight +version=1.1.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xbacklight-1.1.1.tar.bz2) +build () +{ + cd xbacklight-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xbacklight/Pkgfile.old b/xorg-xbacklight/Pkgfile.old new file mode 100644 index 0000000..af850b5 --- /dev/null +++ b/xorg-xbacklight/Pkgfile.old @@ -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.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 +} -- cgit v1.2.3-54-g00ecf