# HG changeset patch # User Eric Joseph-Alexandre # Date 1305713073 -7200 # Node ID 2eda444acede52a0544794d1682f69751c00da78 # Parent d9517c5b07b5056db4b4d440c206364e6f58ee00 pth: Change deps. We just need libltld diff -r d9517c5b07b5 -r 2eda444acede pth/receipt --- a/pth/receipt Wed May 18 12:03:30 2011 +0200 +++ b/pth/receipt Wed May 18 12:04:33 2011 +0200 @@ -5,21 +5,19 @@ CATEGORY="system-tools" SHORT_DESC="C library for multithreading inside server applications." MAINTAINER="fraazz@altern.org" -DEPENDS="libtool" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/pth/" -WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" +WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" + +DEPENDS="libltld" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + ./configure --prefix=/usr && make -j 1 && - make -j 1 DESTDIR=$PWD/_pkg install + make -j 1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.