diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/xkeycaps/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/xkeycaps/PKGBUILD')
-rw-r--r-- | community/xkeycaps/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/xkeycaps/PKGBUILD b/community/xkeycaps/PKGBUILD deleted file mode 100644 index ef7c188bf..000000000 --- a/community/xkeycaps/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $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 -} |