summaryrefslogtreecommitdiff
path: root/community/libfakekey/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/libfakekey/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libfakekey/PKGBUILD')
-rw-r--r--community/libfakekey/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/libfakekey/PKGBUILD b/community/libfakekey/PKGBUILD
deleted file mode 100644
index 9c88316ce..000000000
--- a/community/libfakekey/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: zoulnix <z[o]ulnix.borkedduck.c[o]m>
-
-pkgname=libfakekey
-pkgver=0.1
-pkgrel=5
-pkgdesc='X virtual keyboard library.'
-arch=('i686' 'x86_64')
-url='http://matchbox-project.org/'
-license=('GPL')
-depends=('libxtst')
-options=('!libtool')
-source=("http://matchbox-project.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('83dbde4d77e8baf0176fe4291d8a2303')
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
- make AM_LDFLAGS=-lX11
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}