# SliTaz package receipt. PACKAGE="matchbox-keyboard" VERSION="0.1" CATEGORY="x-window" SHORT_DESC="Virtual keyboard with unicode characters support" MAINTAINER="psychomaniak@xakep.ru" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" WGET_URL="http://downloads.yoctoproject.org/releases/matchbox/$PACKAGE/$VERSION/$TARBALL" #https://github.com/xlab/matchbox-keyboard DEPENDS="libfakekey" BUILD_DEPENDS="" # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/share $fs/usr }