wok-current diff libspiro/receipt @ rev 25601
use gcc49-lib-base for openldap-dev
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Sep 01 12:04:33 2023 +0000 (16 months ago) |
parents | 5ea0ce1cecc0 |
children | 5926178cd6fa |
line diff
1.1 --- a/libspiro/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/libspiro/receipt Fri Sep 01 12:04:33 2023 +0000 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 }