description="X virtual keyboard library."
url="https://www.yoctoproject.org/tools-resources/projects/matchbox"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(xorg-libxtst)

name=libfakekey
version=0.3
release=2

source=(http://git.yoctoproject.org/cgit/cgit.cgi/$name/snapshot/$name-$version.tar.gz)

build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr        \
            --sysconfdir=/etc    \
            --localstatedir=/var \
            --disable-static
make AM_LDFLAGS=-lX11
make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libfakekey.la
}
