wok diff gsoap/receipt @ rev 11145

Up: gobject-introspection to 1.30.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 21:22:53 2011 +0000 (2011-10-26)
parents
children 000fe4a16b6e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gsoap/receipt	Wed Oct 26 21:22:53 2011 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gsoap"
     1.7 +VERSION="2.8.3"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +WEB_SITE="http://www.cs.fsu.edu/~engelen/soap.html"
    1.12 +TARBALL="${PACKAGE}_${VERSION}.zip"
    1.13 +WGET_URL="$SF_MIRROR/gsoap2/$TARBALL"
    1.14 +
    1.15 +DEPENDS="libssl zlib"
    1.16 +BUILD_DEPENDS="autoconf automake openssl-dev zlib-dev"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	sed -i 's|aclocal-1.10|aclocal|g' missing
    1.23 +	CXXFLAGS=-fPIC CFLAGS=-fPIC LDFLAGS=-fPIC ./configure \
    1.24 +	$CONFIGURE_ARGS && make -j1 && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32 +	cp -a $install/usr/share/gsoap $fs/usr/share
    1.33 +}