summaryrefslogtreecommitdiff
path: root/community/xkeycaps/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xkeycaps/PKGBUILD')
-rw-r--r--community/xkeycaps/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/xkeycaps/PKGBUILD b/community/xkeycaps/PKGBUILD
index ef7c188bf..b62e5153f 100644
--- a/community/xkeycaps/PKGBUILD
+++ b/community/xkeycaps/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 65257 2012-02-20 12:38:07Z spupykin $
+# $Id: PKGBUILD 114474 2014-07-01 16:34:08Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
pkgname=xkeycaps
pkgver=2.46
-pkgrel=6
+pkgrel=7
arch=('i686' 'x86_64')
pkgdesc="XKeyCaps is a graphical front-end to xmodmap."
url="http://www.jwz.org/xkeycaps/"
@@ -21,6 +21,10 @@ build() {
cd $srcdir/$pkgname-$pkgver
xmkmf
make MANPATH=/usr/share/man
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
make DESTDIR=$pkgdir MANPATH=/usr/share/man install.man
install -Dm644 ../license.txt \