wok rev 21259

updated libmowgli and libmowgli-dev (2.0.0 -> 2.1.3)
author Hans-G?nter Theisgen
date Fri Apr 12 11:33:57 2019 +0100 (2019-04-12)
parents 2aa4897bdebc
children 09922ce0d6ae
files libmowgli-dev/receipt libmowgli/receipt
line diff
     1.1 --- a/libmowgli-dev/receipt	Fri Apr 12 11:17:59 2019 +0100
     1.2 +++ b/libmowgli-dev/receipt	Fri Apr 12 11:33:57 2019 +0100
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmowgli-dev"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.1.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="High performance and highly flexible algorithms."
    1.11 +SHORT_DESC="High performance and highly flexible algorithms - development files."
    1.12  MAINTAINER="mimas@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WANTED="libmowgli"
    1.15  WEB_SITE="http://atheme.org/projects/libmowgli.html"
    1.16  
    1.17 +WANTED="libmowgli"
    1.18  DEPENDS="libmowgli pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib/pkgconfig
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	#cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
    1.27 +
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29 +#	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig/*.pc	$fs/usr/lib/pkgconfig
    1.31  }
    1.32 -
     2.1 --- a/libmowgli/receipt	Fri Apr 12 11:17:59 2019 +0100
     2.2 +++ b/libmowgli/receipt	Fri Apr 12 11:33:57 2019 +0100
     2.3 @@ -1,25 +1,26 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libmowgli"
     2.7 -VERSION="2.0.0"
     2.8 +VERSION="2.1.3"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="High performance and highly flexible algorithms."
    2.11  MAINTAINER="mimas@slitaz.org"
    2.12  LICENSE="BSD"
    2.13 +WEB_SITE="http://atheme.org/projects/libmowgli.html"
    2.14 +
    2.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 -WEB_SITE="http://atheme.org/projects/libmowgli.html"
    2.17 -WGET_URL="https://github.com/atheme/libmowgli-2/archive/$TARBALL"
    2.18 +WGET_URL="https://github.com/atheme/$PACKAGE-2/archive/v$VERSION.tar.gz"
    2.19  
    2.20 -BUILD_DEPENDS="wget"
    2.21 +BUILD_DEPENDS=""
    2.22  
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()
    2.25  {
    2.26 -	cd $src
    2.27  	sed -i "s/touch -t 0001010000 /touch /g" configure
    2.28 -	./configure \
    2.29 +	./configure		\
    2.30  		$CONFIGURE_ARGS &&
    2.31 -	make && make install
    2.32 +	make -j 1 &&
    2.33 +	make install
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.