wok-next view gob2/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a7b1395df64a
children f6c9ae4113c0
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gob2"
4 VERSION="2.0.17"
5 CATEGORY="x-window"
6 SHORT_DESC="Simple preprocessor for easily creating GTK objects"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.jirka.org/gob.html"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="flex glib-dev"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make -j1 &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 gob2)
26 copy @std
27 DEPENDS="glib"
28 ;;
29 *-dev)
30 copy @dev
31 ;;
32 esac
33 }