diff options
Diffstat (limited to 'community/lxrandr')
-rw-r--r-- | community/lxrandr/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/lxrandr/PKGBUILD b/community/lxrandr/PKGBUILD index 85ea3c7b0..8ea63dc27 100644 --- a/community/lxrandr/PKGBUILD +++ b/community/lxrandr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 52615 2011-07-26 12:18:23Z spupykin $ +# $Id: PKGBUILD 64887 2012-02-18 19:34:23Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=lxrandr pkgver=0.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Monitor configuration tool (part of LXDE)" arch=('i686' 'x86_64') license=('GPL2') @@ -19,5 +19,9 @@ build() { cd "$srcdir/$pkgname-$pkgver" [ -f Makefile ] || ./configure --sysconfdir=/etc --prefix=/usr make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } |