wok rev 21049

updated iniparser and iniparser-dev (3.1 -> 4.1)
author Hans-G?nter Theisgen
date Tue Mar 12 17:00:49 2019 +0100 (2019-03-12)
parents fafc5fc0dcdb
children 505b1193ddc4
files iniparser-dev/receipt iniparser/receipt
line diff
     1.1 --- a/iniparser-dev/receipt	Tue Mar 12 16:47:06 2019 +0100
     1.2 +++ b/iniparser-dev/receipt	Tue Mar 12 17:00:49 2019 +0100
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="iniparser-dev"
     1.7 -VERSION="3.1"
     1.8 +VERSION="4.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Iniparser development files"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -WEB_SITE="http://ndevilla.free.fr/iniparser/"
    1.14 +WEB_SITE="https://github.com/ndevilla/iniparser/"
    1.15 +
    1.16  WANTED="iniparser"
    1.17 -
    1.18  DEPENDS="iniparser"
    1.19  BUILD_DEPENDS=""
    1.20  
    1.21 -
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib $fs/usr/include
    1.26 -	cp -a $src/*.*a $fs/usr/lib
    1.27 -	cp -a $src/src/*.h  $fs/usr/include
    1.28 +	mkdir -p $fs/usr/lib
    1.29 +	mkdir -p $fs/usr/include
    1.30 +
    1.31 +	cp -a $src/*.*a		$fs/usr/lib
    1.32 +	cp -a $src/src/*.h	$fs/usr/include
    1.33  }
     2.1 --- a/iniparser/receipt	Tue Mar 12 16:47:06 2019 +0100
     2.2 +++ b/iniparser/receipt	Tue Mar 12 17:00:49 2019 +0100
     2.3 @@ -1,14 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="iniparser"
     2.7 -VERSION="3.1"
     2.8 +VERSION="4.1"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Free stand-alone ini file parsing library."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12  LICENSE="MIT"
    2.13 -WEB_SITE="http://ndevilla.free.fr/iniparser/"
    2.14 +WEB_SITE="https://github.com/ndevilla/iniparser/"
    2.15 +
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WGET_URL="http://ndevilla.free.fr/iniparser/$TARBALL"
    2.18 +WGET_URL="https://github.com/ndevilla/$PACKAGE/archive/v$VERSION.tar.gz"
    2.19  
    2.20  DEPENDS=""
    2.21  BUILD_DEPENDS=""