diff options
Diffstat (limited to 'testing/xorg-xbacklight/PKGBUILD')
-rw-r--r-- | testing/xorg-xbacklight/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/xorg-xbacklight/PKGBUILD b/testing/xorg-xbacklight/PKGBUILD deleted file mode 100644 index 2b1a3c230..000000000 --- a/testing/xorg-xbacklight/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 113718 2011-03-10 14:54:32Z jgc $ -# Maintainer: Jan de Groot <jgc@archlinux.org> - -pkgname=xorg-xbacklight -pkgver=1.1.2 -pkgrel=2 -pkgdesc="RandR-based backlight control application" -arch=(i686 x86_64 'mips64el') -url="http://xorg.freedesktop.org/" -license=('custom') -depends=('libxrandr' 'libx11') -makedepends=('xorg-util-macros') -groups=('xorg-apps' 'xorg') -source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2) -sha1sums=('e297b359ab83f3844ca5ea1c23280b2f8bb71cfd') - -build() { - cd "${srcdir}/xbacklight-${pkgver}" - ./configure --prefix=/usr - make - make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" -} |