wok rev 20984

updated gob2 and gob2-dev (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Wed Mar 06 17:39:40 2019 +0100 (2019-03-06)
parents e8291bf6f412
children e7d07cdc6c6e
files gob2-dev/receipt gob2/receipt
line diff
     1.1 --- a/gob2-dev/receipt	Wed Mar 06 17:27:54 2019 +0100
     1.2 +++ b/gob2-dev/receipt	Wed Mar 06 17:39:40 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gob2-dev"
     1.7 -VERSION="2.0.17"
     1.8 +VERSION="2.0.20"
     1.9  CATEGORY="development"
    1.10  MAINTAINER="jozee@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12 -SHORT_DESC="gob2 devel library."
    1.13 +SHORT_DESC="gob2 development library."
    1.14 +WEB_SITE="https://www.jirka.org/gob.html"
    1.15 +
    1.16  WANTED="gob2"
    1.17 -WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/gob2/receipt	Wed Mar 06 17:27:54 2019 +0100
     2.2 +++ b/gob2/receipt	Wed Mar 06 17:39:40 2019 +0100
     2.3 @@ -1,23 +1,27 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gob2"
     2.7 -VERSION="2.0.17"
     2.8 +VERSION="2.0.20"
     2.9  CATEGORY="x-window"
    2.10  MAINTAINER="jozee@slitaz.org"
    2.11  LICENSE="GPL2"
    2.12 -SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
    2.13 -WEB_SITE="http://www.5z.com/jirka/gob.html"
    2.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15 +SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects."
    2.16 +WEB_SITE="https://www.jirka.org/gob.html"
    2.17 +
    2.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.19  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/${VERSION%.*}/$TARBALL"
    2.20 -HOST_ARCH="i486 arm"
    2.21  
    2.22  DEPENDS="glib"
    2.23  BUILD_DEPENDS="flex glib-dev"
    2.24 +HOST_ARCH="i486 arm"
    2.25  
    2.26  # Rules to configure and make the package.
    2.27  
    2.28 -compile_rules() {
    2.29 -	./configure $CONFIGURE_ARGS && make -j1 && make install
    2.30 +compile_rules()
    2.31 +{
    2.32 +	./configure $CONFIGURE_ARGS &&
    2.33 +	make -j1 &&
    2.34 +	make install
    2.35  }
    2.36  	
    2.37  # Rules to gen a SliTaz package suitable for Tazpkg.