# Maintainer: Lukas Fleischer # Contributor: zoulnix pkgname=libfakekey pkgver=0.1 pkgrel=5.1 pkgdesc='X virtual keyboard library.' arch=('i686' 'x86_64' 'mips64el') 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 }