# HG changeset patch # User Christophe Lincoln # Date 1335278344 -7200 # Node ID 4219237b4608fe3aa05da42cfee7eb53808bbb7b # Parent b63f68a5ca05e0a6d5ad2f37f9bd7a07b12dffe8 Fix gsoap build, make symlink in automake diff -r b63f68a5ca05 -r 4219237b4608 automake/receipt --- a/automake/receipt Tue Apr 24 16:23:11 2012 +0200 +++ b/automake/receipt Tue Apr 24 16:39:04 2012 +0200 @@ -34,13 +34,10 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/aclocal-1.11 $fs/usr/share cp -a $_pkg/usr/share/automake-1.11 $fs/usr/share + cd $fs/usr/bin + ln -s automake-1.11 automake-1.10 + ln -s aclocal-1.11 aclocal-1.10 + cd ../share + ln -s aclocal-1.11 aclocal-1.10 + ln -s automake-1.11 automake-1.10 } - -# Clean old files. -pre_install() -{ - rm -rf /usr/share/automake-1.9 - rm -rf /usr/share/aclocal-1.9 - rm -rf /usr/share/automake-1.10 - rm -rf /usr/share/aclocal-1.10 -} diff -r b63f68a5ca05 -r 4219237b4608 gsoap/receipt --- a/gsoap/receipt Tue Apr 24 16:23:11 2012 +0200 +++ b/gsoap/receipt Tue Apr 24 16:39:04 2012 +0200 @@ -3,7 +3,7 @@ PACKAGE="gsoap" VERSION="2.8.7" CATEGORY="network" -SHORT_DESC="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++" +SHORT_DESC="XML language binding to develop SOAP/XML services in C/C++" MAINTAINER="slaxemulator@gmail.com" WEB_SITE="http://www.cs.fsu.edu/~engelen/soap.html" TARBALL="${PACKAGE}_${VERSION}.zip" @@ -16,7 +16,6 @@ compile_rules() { cd $src - sed -i 's|aclocal-1.10|aclocal|g' missing CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure \ $CONFIGURE_ARGS && make -j1 && make install }