wok-next view matchbox-config-gtk/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="matchbox-config-gtk"
4 VERSION="0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Matchbox GUI config tool"
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-config-gtk/snapshot/$TARBALL"
14 BUILD_DEPENDS="automake gtk3-dev gconf-dev"
16 compile_rules() {
17 ./autogen.sh \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="gconf glib gtk3"
26 TAGS="matchbox"
27 }