diff options
author | root <root@rshg054.dnsready.net> | 2013-11-05 00:47:11 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-05 00:47:11 -0800 |
commit | 4525bb3909f233fd13dbfb43aa6ff4e64e8340d9 (patch) | |
tree | add2024759bc7a18fc8d7f4101dc5d5d9b3e1e44 /community/xkbsel | |
parent | 058983fb5cb16dbb25368dd464cbcf27205b3f93 (diff) |
Tue Nov 5 00:46:51 PST 2013
Diffstat (limited to 'community/xkbsel')
-rw-r--r-- | community/xkbsel/PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/community/xkbsel/PKGBUILD b/community/xkbsel/PKGBUILD index e6114985f..cdbf53f43 100644 --- a/community/xkbsel/PKGBUILD +++ b/community/xkbsel/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59722 2011-11-29 13:35:50Z stephane $ +# $Id: PKGBUILD 100458 2013-11-04 12:14:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=xkbsel pkgver=0.13 -pkgrel=5 +pkgrel=6 pkgdesc="framework for defining, selecting and indicating XKB keyboard mappings" arch=('i686' 'x86_64') url="http://www.meduna.org/sw_xkbsel_en.html" @@ -19,6 +19,8 @@ md5sums=('c82196344ef920a072f413df85b9dc00' build() { cd $srcdir/$pkgname-$pkgver + autoreconf + patch -Np1 <../build-fix.patch export CFLAGS="$CFLAGS -I/usr/include/gdbm -DHAVE_NDBM_H" export LDFLAGS="-lgdbm -lgdbm_compat" @@ -27,5 +29,9 @@ build() { --build=`uname -m` --host=`uname -m` --target=`uname -m` \ --mandir=/usr/share/man make +} + +package() { + cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } |