wok-current rev 12497
Fix gsoap build, make symlink in automake
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 24 16:39:04 2012 +0200 (2012-04-24) |
parents | b63f68a5ca05 |
children | 5fc2435b381d |
files | automake/receipt gsoap/receipt |
line diff
1.1 --- a/automake/receipt Tue Apr 24 16:23:11 2012 +0200 1.2 +++ b/automake/receipt Tue Apr 24 16:39:04 2012 +0200 1.3 @@ -34,13 +34,10 @@ 1.4 cp -a $_pkg/usr/bin $fs/usr 1.5 cp -a $_pkg/usr/share/aclocal-1.11 $fs/usr/share 1.6 cp -a $_pkg/usr/share/automake-1.11 $fs/usr/share 1.7 + cd $fs/usr/bin 1.8 + ln -s automake-1.11 automake-1.10 1.9 + ln -s aclocal-1.11 aclocal-1.10 1.10 + cd ../share 1.11 + ln -s aclocal-1.11 aclocal-1.10 1.12 + ln -s automake-1.11 automake-1.10 1.13 } 1.14 - 1.15 -# Clean old files. 1.16 -pre_install() 1.17 -{ 1.18 - rm -rf /usr/share/automake-1.9 1.19 - rm -rf /usr/share/aclocal-1.9 1.20 - rm -rf /usr/share/automake-1.10 1.21 - rm -rf /usr/share/aclocal-1.10 1.22 -}
2.1 --- a/gsoap/receipt Tue Apr 24 16:23:11 2012 +0200 2.2 +++ b/gsoap/receipt Tue Apr 24 16:39:04 2012 +0200 2.3 @@ -3,7 +3,7 @@ 2.4 PACKAGE="gsoap" 2.5 VERSION="2.8.7" 2.6 CATEGORY="network" 2.7 -SHORT_DESC="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++" 2.8 +SHORT_DESC="XML language binding to develop SOAP/XML services in C/C++" 2.9 MAINTAINER="slaxemulator@gmail.com" 2.10 WEB_SITE="http://www.cs.fsu.edu/~engelen/soap.html" 2.11 TARBALL="${PACKAGE}_${VERSION}.zip" 2.12 @@ -16,7 +16,6 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src 2.16 - sed -i 's|aclocal-1.10|aclocal|g' missing 2.17 CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure \ 2.18 $CONFIGURE_ARGS && make -j1 && make install 2.19 }