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

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }