wok-6.x diff gob2/receipt @ rev 21950
updated libsqlite-tcl (3.18.0 -> 3.30.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 09 14:44:45 2019 +0100 (2019-10-09) |
parents | d3eb5f4b53ea |
children | 6831608a1b2a |
line diff
1.1 --- a/gob2/receipt Thu Mar 26 09:34:19 2015 +0100 1.2 +++ b/gob2/receipt Wed Oct 09 14:44:45 2019 +0100 1.3 @@ -1,23 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gob2" 1.7 -VERSION="2.0.17" 1.8 +VERSION="2.0.20" 1.9 CATEGORY="x-window" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 LICENSE="GPL2" 1.12 -SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects" 1.13 -WEB_SITE="http://www.5z.com/jirka/gob.html" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects." 1.16 +WEB_SITE="https://www.jirka.org/gob.html" 1.17 + 1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.19 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/${VERSION%.*}/$TARBALL" 1.20 -HOST_ARCH="i486 arm" 1.21 1.22 DEPENDS="glib" 1.23 BUILD_DEPENDS="flex glib-dev" 1.24 +HOST_ARCH="i486 arm" 1.25 1.26 # Rules to configure and make the package. 1.27 1.28 -compile_rules() { 1.29 - ./configure $CONFIGURE_ARGS && make -j1 && make install 1.30 +compile_rules() 1.31 +{ 1.32 + ./configure $CONFIGURE_ARGS && 1.33 + make -j1 && 1.34 + make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg.