summaryrefslogtreecommitdiff
path: root/community/libfakekey
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-25 23:15:06 +0000
committerroot <root@rshg054.dnsready.net>2012-02-25 23:15:06 +0000
commite4a5730eb358cb0d78bc022204ddccac068c2bf2 (patch)
tree8dc9d2ac6b1313cb68be1a6c8b51500397f8b225 /community/libfakekey
parent299e917c17619f800f0c21cf43209065b608223f (diff)
Sat Feb 25 23:15:06 UTC 2012
Diffstat (limited to 'community/libfakekey')
-rw-r--r--community/libfakekey/PKGBUILD19
1 files changed, 7 insertions, 12 deletions
diff --git a/community/libfakekey/PKGBUILD b/community/libfakekey/PKGBUILD
index 691c4ba75..9c88316ce 100644
--- a/community/libfakekey/PKGBUILD
+++ b/community/libfakekey/PKGBUILD
@@ -1,8 +1,9 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: zoulnix <z[o]ulnix.borkedduck.c[o]m>
pkgname=libfakekey
pkgver=0.1
-pkgrel=4
+pkgrel=5
pkgdesc='X virtual keyboard library.'
arch=('i686' 'x86_64')
url='http://matchbox-project.org/'
@@ -13,19 +14,13 @@ source=("http://matchbox-project.org/sources/${pkgname}/${pkgver}/${pkgname}-${p
md5sums=('83dbde4d77e8baf0176fe4291d8a2303')
build() {
- cd ${pkgname}-${pkgver}
+ cd "${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static
-
- make
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
+ make AM_LDFLAGS=-lX11
}
package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}