diff options
author | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-19 23:15:25 +0000 |
commit | 81ee1980feda43043eaebae2c596ae116a21f6e5 (patch) | |
tree | 5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /community/lxrandr | |
parent | 1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff) |
Sun Feb 19 23:15:25 UTC 2012
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 } |