summaryrefslogtreecommitdiff
path: root/community/libfakekey
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-26 01:16:44 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-26 01:16:44 -0300
commit92155342158c2dbcc0c840325d63d1742d3583ec (patch)
treef0900a2867d221c79742e7a06ca4244a21abf8f3 /community/libfakekey
parent78fa3fcb824603de4b7bc558a423edca6bc18836 (diff)
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/astyle/PKGBUILD community/gavl/PKGBUILD community/lmms/PKGBUILD community/portaudio/PKGBUILD community/redshift/PKGBUILD extra/gnutls/PKGBUILD extra/libglade/PKGBUILD extra/libgnome/PKGBUILD extra/orbit2/PKGBUILD extra/pypgsql/PKGBUILD extra/vlc/PKGBUILD extra/xorg-appres/PKGBUILD extra/xorg-xdriinfo/PKGBUILD extra/xorg-xfs/PKGBUILD extra/xorg-xgamma/PKGBUILD extra/xorg-xhost/PKGBUILD extra/xorg-xkbevd/PKGBUILD extra/xorg-xkbutils/PKGBUILD extra/xorg-xload/PKGBUILD extra/xorg-xlogo/PKGBUILD extra/xorg-xlsatoms/PKGBUILD extra/xorg-xlsclients/PKGBUILD extra/xorg-xmag/PKGBUILD extra/xorg-xmodmap/PKGBUILD extra/xorg-xrdb/PKGBUILD extra/xorg-xrefresh/PKGBUILD extra/xorg-xsetroot/PKGBUILD extra/xorg-xvidtune/PKGBUILD extra/xorg-xwd/PKGBUILD extra/xorg-xwud/PKGBUILD extra/zile/PKGBUILD multilib/wine/PKGBUILD testing/xf86-video-intel/PKGBUILD
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 368baa4fd..8e19da917 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' 'mips64el')
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
}