wok-next annotate gob2/receipt @ rev 21395

updated owfs (3.2p1 -> 3.2p3)
author Hans-G?nter Theisgen
date Fri Apr 17 17:54:29 2020 +0100 (2020-04-17)
parents a7b1395df64a
children f6c9ae4113c0
rev   line source
al@20459 1 # SliTaz package receipt v2.
jozee@4499 2
jozee@4499 3 PACKAGE="gob2"
gokhlayeh@8922 4 VERSION="2.0.17"
jozee@4499 5 CATEGORY="x-window"
al@21020 6 SHORT_DESC="Simple preprocessor for easily creating GTK objects"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://www.jirka.org/gob.html"
al@21020 10
jozee@4499 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21020 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
jozee@4499 13
pascal@15000 14 BUILD_DEPENDS="flex glib-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
jozee@4499 16
jozee@4499 17 compile_rules() {
al@21020 18 ./configure $CONFIGURE_ARGS &&
al@21020 19 make -j1 &&
al@21020 20 make install
jozee@4499 21 }
al@20459 22
al@20459 23 genpkg_rules() {
al@20459 24 case $PACKAGE in
al@20459 25 gob2)
al@21020 26 copy @std
al@20459 27 DEPENDS="glib"
al@20459 28 ;;
al@20459 29 *-dev)
al@21020 30 copy @dev
al@20459 31 ;;
al@20459 32 esac
jozee@4499 33 }