summaryrefslogtreecommitdiff
path: root/community/xkeycaps/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/xkeycaps/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/xkeycaps/PKGBUILD')
-rw-r--r--community/xkeycaps/PKGBUILD28
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
-}