wok-next diff matchbox-keyboard/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents
children 5ffe59e2de3a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/matchbox-keyboard/receipt	Tue May 15 02:59:03 2018 +0300
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="matchbox-keyboard"
     1.7 +VERSION="0.1.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Matchbox Keyboard"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://matchbox-project.org/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="automake libtool libfakekey-dev xorg-libXft-dev expat-dev"
    1.18 +
    1.19 +compile_rules() {
    1.20 +	./autogen.sh \
    1.21 +		$CONFIGURE_ARGS &&
    1.22 +	fix libtool &&
    1.23 +	make install
    1.24 +}
    1.25 +
    1.26 +genpkg_rules() {
    1.27 +	copy @std
    1.28 +	DEPENDS="expat libfakekey libpng16 xorg-libX11 xorg-libXft xorg-libXrender"
    1.29 +	TAGS="matchbox"
    1.30 +}