wok-next annotate matchbox-keyboard/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5ffe59e2de3a
children
rev   line source
al@20550 1 # SliTaz package receipt v2.
al@20550 2
al@20550 3 PACKAGE="matchbox-keyboard"
al@20550 4 VERSION="0.1.1"
al@20550 5 CATEGORY="x-window"
al@20550 6 SHORT_DESC="Matchbox Keyboard"
al@20550 7 MAINTAINER="al.bobylev@gmail.com"
al@20550 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="https://www.yoctoproject.org/software-item/matchbox/"
al@20550 10
al@20550 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20550 12 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/$TARBALL"
al@20550 13
al@21078 14 BUILD_DEPENDS="automake libtool libfakekey-dev libxft-dev expat-dev"
al@20550 15
al@20550 16 compile_rules() {
al@20550 17 ./autogen.sh \
al@20550 18 $CONFIGURE_ARGS &&
al@20550 19 fix libtool &&
al@20550 20 make install
al@20550 21 }
al@20550 22
al@20550 23 genpkg_rules() {
al@20550 24 copy @std
al@21078 25 DEPENDS="expat libfakekey libpng libx11 libxft libxrender"
al@20550 26 TAGS="matchbox"
al@20550 27 }