wok rev 21301

updated libspiro and libspiro-dev (0.3.20150131 -> 0.5.20150702)
author Hans-G?nter Theisgen
date Wed Apr 17 17:50:38 2019 +0100 (2019-04-17)
parents 0f6010fa834a
children be1594cae466
files libspiro-dev/receipt libspiro/receipt
line diff
     1.1 --- a/libspiro-dev/receipt	Wed Apr 17 17:40:49 2019 +0100
     1.2 +++ b/libspiro-dev/receipt	Wed Apr 17 17:50:38 2019 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libspiro-dev"
     1.7 -VERSION="0.3.20150131"
     1.8 +VERSION="0.5.20150702"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for libspiro"
    1.11 +SHORT_DESC="Development files for libspiro."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://github.com/fontforge/libspiro"
    1.15 @@ -15,7 +15,8 @@
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/lib
    1.19 -	cp -a $install/usr/include $fs/usr
    1.20 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.22 +
    1.23 +	cp -a $install/usr/include		$fs/usr
    1.24 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.25 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.26  }
     2.1 --- a/libspiro/receipt	Wed Apr 17 17:40:49 2019 +0100
     2.2 +++ b/libspiro/receipt	Wed Apr 17 17:50:38 2019 +0100
     2.3 @@ -1,24 +1,27 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libspiro"
     2.7 -VERSION="0.3.20150131"
     2.8 +VERSION="0.5.20150702"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Spiro simplifies the drawing of beautiful curves."
    2.11  MAINTAINER="al.bobylev@gmail.com"
    2.12  LICENSE="GPL3"
    2.13  WEB_SITE="https://github.com/fontforge/libspiro"
    2.14 +
    2.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    2.17  
    2.18  DEPENDS=""
    2.19 -BUILD_DEPENDS="wget cacerts autoconf automake libtool bash"
    2.20 +BUILD_DEPENDS="autoconf automake bash cacerts libtool"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25  	autoreconf -i
    2.26  	automake --foreign -Wall
    2.27 -	./configure $CONFIGURE_ARGS && make && make install
    2.28 +	./configure $CONFIGURE_ARGS &&
    2.29 +	make -j 1 &&
    2.30 +	make install
    2.31  }
    2.32  
    2.33  # Rules to gen a SliTaz package suitable for Tazpkg.