pkgname: libfakekey pkgver: '0.3' pkgrel: '3' pkgdesc: 'X virtual keyboard library.' url: 'https://www.yoctoproject.org/tools-resources/projects/matchbox' arch: x86_64 license: - GPL depends: [] makedepends: - 'xorg-libxtst' source: - 'https://git.yoctoproject.org/libfakekey.git#tag=0.3' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./autogen.sh ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static make AM_LDFLAGS=-lX11 make DESTDIR=${PKGDIR} install # Obsolet lib rm -f ${PKGDIR}/usr/lib/libfakekey.la package: | true