# HG changeset patch # User Christophe Lincoln # Date 1306438795 -7200 # Node ID e746377a4e665bf0ff0701558f39aaa4bc244b10 # Parent 3ef83dc65ac455d0a4320d2c9933c05838304220 wvstreams: fic build (CONFIGURE_ARGS must sometime go first) + fix bdeps diff -r 3ef83dc65ac4 -r e746377a4e66 wvstreams/receipt --- a/wvstreams/receipt Thu May 26 21:27:42 2011 +0200 +++ b/wvstreams/receipt Thu May 26 21:39:55 2011 +0200 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="makes modem-based connection to Internet" MAINTAINER="jozee@slitaz.org" -DEPENDS="ppp gcc-lib-base openssl zlib xplc readline" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://wvstreams.googlecode.com" WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" TAGS="network 3g" +DEPENDS="ppp libssl xplc readline" +BUILD_DEPENDS="ppp-dev openssl-dev xplc-dev readline-dev" + # Rules to configure and make the package. compile_rules() { @@ -18,15 +20,14 @@ sed -i 's/ X509V3_EXT_METHOD/ const X509V3_EXT_METHOD/' crypto/wvx509.cc sed -i 's/def MACOS/ 1/' streams/wvatomicfile.cc \ ipstreams/wvunixdgsocket.cc - ./configure --prefix=/usr \ - --without-dbus \ - --without-tcl \ - --without-qt \ - --without-pam \ - --without-valgrind \ - $CONFIGURE_ARGS && - make -j1 && - make -j1 install + ./configure $CONFIGURE_ARGS \ + --prefix=/usr \ + --without-dbus \ + --without-tcl \ + --without-qt \ + --without-pam \ + --without-valgrind && + make -j1 && make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.