wok diff libspiro/receipt @ 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 5ea0ce1cecc0
children 7364ffdaaa60
line diff
     1.1 --- a/libspiro/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/libspiro/receipt	Fri Mar 25 06:24:51 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libspiro"
     1.7 -VERSION="0.5.20150702"
     1.8 +VERSION="20200505"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Spiro simplifies the drawing of beautiful curves."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -23,16 +23,15 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	autoreconf -i
    1.17 -	automake --foreign -Wall
    1.18 +	autoreconf -i &&
    1.19 +	automake --foreign -Wall &&
    1.20  	./configure $CONFIGURE_ARGS &&
    1.21 -	make -j 1 &&
    1.22 +	make &&
    1.23  	make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	mkdir -p $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.31 +	cook_copy_files *.so*
    1.32  }