diff options
author | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
commit | 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch) | |
tree | 03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/xkeycaps/PKGBUILD | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/xkeycaps/PKGBUILD')
-rw-r--r-- | community/xkeycaps/PKGBUILD | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/community/xkeycaps/PKGBUILD b/community/xkeycaps/PKGBUILD new file mode 100644 index 000000000..ef7c188bf --- /dev/null +++ b/community/xkeycaps/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 65257 2012-02-20 12:38:07Z 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 +arch=('i686' 'x86_64') +pkgdesc="XKeyCaps is a graphical front-end to xmodmap." +url="http://www.jwz.org/xkeycaps/" +license=('custom') +depends=('libxaw') +makedepends=('imake' 'xbitmaps') +source=(http://www.jwz.org/$pkgname/$pkgname-$pkgver.tar.Z + license.txt) +md5sums=('6792f828db6538f44f7696a8783b44ac' + '6d44b50641d2e7898aebcc668d204751') + +build() { + cd $srcdir/$pkgname-$pkgver + xmkmf + make MANPATH=/usr/share/man + make DESTDIR=$pkgdir install + make DESTDIR=$pkgdir MANPATH=/usr/share/man install.man + install -Dm644 ../license.txt \ + $pkgdir/usr/share/licenses/$pkgname/license.txt +} |