wok rev 24832

updated libspiro and libspiro-dev (0.5.20150702 -> 20200505)
author Hans-G?nter Theisgen
date Fri Mar 25 06:24:51 2022 +0100 (2022-03-25)
parents 193f02614bcf
children 5fbb3aad734c
files libspiro-dev/receipt libspiro/receipt
line diff
     1.1 --- a/libspiro-dev/receipt	Thu Mar 24 07:19:38 2022 +0100
     1.2 +++ b/libspiro-dev/receipt	Fri Mar 25 06:24:51 2022 +0100
     1.3 @@ -1,22 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libspiro-dev"
     1.7 -VERSION="0.5.20150702"
     1.8 +VERSION="20200505"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for libspiro."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://github.com/fontforge/libspiro"
    1.14  
    1.15 +DEPENDS="libspiro pkg-config"
    1.16  WANTED="libspiro"
    1.17 -DEPENDS="libspiro pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib
    1.23 -
    1.24 -	cp -a $install/usr/include		$fs/usr
    1.25 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.27 +	get_dev_files
    1.28  }
     2.1 --- a/libspiro/receipt	Thu Mar 24 07:19:38 2022 +0100
     2.2 +++ b/libspiro/receipt	Fri Mar 25 06:24:51 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libspiro"
     2.7 -VERSION="0.5.20150702"
     2.8 +VERSION="20200505"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Spiro simplifies the drawing of beautiful curves."
    2.11  MAINTAINER="al.bobylev@gmail.com"
    2.12 @@ -23,16 +23,15 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	autoreconf -i
    2.17 -	automake --foreign -Wall
    2.18 +	autoreconf -i &&
    2.19 +	automake --foreign -Wall &&
    2.20  	./configure $CONFIGURE_ARGS &&
    2.21 -	make -j 1 &&
    2.22 +	make &&
    2.23  	make install
    2.24  }
    2.25  
    2.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.27  genpkg_rules()
    2.28  {
    2.29 -	mkdir -p $fs/usr/lib
    2.30 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.31 +	cook_copy_files *.so*
    2.32  }