wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="matchbox-keyboard"
4 VERSION="0.1.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox Keyboard"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.yoctoproject.org/software-item/matchbox/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/$TARBALL"
14 BUILD_DEPENDS="automake libtool libfakekey-dev libxft-dev expat-dev"
16 compile_rules() {
17 ./autogen.sh \
18 $CONFIGURE_ARGS &&
19 fix libtool &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="expat libfakekey libpng libx11 libxft libxrender"
26 TAGS="matchbox"
27 }