wok-next annotate matchbox-config-gtk/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents f48456621a9d
children
rev   line source
al@20550 1 # SliTaz package receipt v2.
al@20550 2
al@20550 3 PACKAGE="matchbox-config-gtk"
al@20550 4 VERSION="0.2"
al@20550 5 CATEGORY="x-window"
al@20550 6 SHORT_DESC="Matchbox GUI config tool"
al@20550 7 MAINTAINER="al.bobylev@gmail.com"
al@20550 8 LICENSE="GPL2"
al@21041 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-config-gtk/snapshot/$TARBALL"
al@20550 13
al@21017 14 BUILD_DEPENDS="automake gtk3-dev gconf-dev"
al@20550 15
al@20550 16 compile_rules() {
al@20550 17 ./autogen.sh \
al@20550 18 $CONFIGURE_ARGS &&
al@20550 19 make &&
al@20550 20 make install
al@20550 21 }
al@20550 22
al@20550 23 genpkg_rules() {
al@20550 24 copy @std
al@21017 25 DEPENDS="gconf glib gtk3"
al@20550 26 TAGS="matchbox"
al@20550 27 }