wok-6.x rev 9942
pth: Change deps. We just need libltld
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 12:04:33 2011 +0200 (2011-05-18) |
parents | d9517c5b07b5 |
children | 4b028f6a84ef |
files | pth/receipt |
line diff
1.1 --- a/pth/receipt Wed May 18 12:03:30 2011 +0200 1.2 +++ b/pth/receipt Wed May 18 12:04:33 2011 +0200 1.3 @@ -5,21 +5,19 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="C library for multithreading inside server applications." 1.6 MAINTAINER="fraazz@altern.org" 1.7 -DEPENDS="libtool" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.gnu.org/software/pth/" 1.10 -WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" 1.11 +WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" 1.12 + 1.13 +DEPENDS="libltld" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 cd $src 1.19 - ./configure \ 1.20 - --prefix=/usr \ 1.21 - --mandir=/usr/share/man \ 1.22 - $CONFIGURE_ARGS && 1.23 + ./configure --prefix=/usr && 1.24 make -j 1 && 1.25 - make -j 1 DESTDIR=$PWD/_pkg install 1.26 + make -j 1 DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.