wok diff gsoap/receipt @ rev 24924
Add as & asxxxx
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 13 10:27:34 2022 +0000 (2022-04-13) |
parents | 932cd974e081 |
children | fc6443233c97 |
line diff
1.1 --- a/gsoap/receipt Tue Feb 08 18:20:23 2022 +0000 1.2 +++ b/gsoap/receipt Wed Apr 13 10:27:34 2022 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gsoap" 1.7 -VERSION="2.8.98" 1.8 +VERSION="2.8.119" 1.9 CATEGORY="network" 1.10 SHORT_DESC="XML language binding to develop SOAP/XML services in C/C++." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://www.cs.fsu.edu/~engelen/soap.html" 1.14 +WEB_SITE="https://www.genivia.com/dev.html" 1.15 1.16 SOURCE="gsoap2" 1.17 TARBALL="${PACKAGE}_${VERSION}.zip" 1.18 @@ -25,23 +25,20 @@ 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 -# patch --input=$stuff/gsoap-2.8.81-configure.patch configure 1.23 - 1.24 ./configure \ 1.25 CXXFLAGS=-fPIC \ 1.26 CFLAGS=-fPIC \ 1.27 LDFLAGS=-fPIC \ 1.28 $CONFIGURE_ARGS && 1.29 - make -j1 && 1.30 + make && 1.31 make install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 - mkdir -p $fs/usr/lib 1.38 mkdir -p $fs/usr/share 1.39 1.40 - cp -a $install/usr/bin $fs/usr 1.41 + cook_copy_folders bin 1.42 cp -a $install/usr/share/gsoap $fs/usr/share 1.43 }