From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/libfakekey/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/libfakekey/PKGBUILD (limited to 'community/libfakekey') diff --git a/community/libfakekey/PKGBUILD b/community/libfakekey/PKGBUILD new file mode 100644 index 000000000..9c88316ce --- /dev/null +++ b/community/libfakekey/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: Lukas Fleischer +# Contributor: zoulnix + +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 +} -- cgit v1.2.3-54-g00ecf