wok diff pth/receipt @ rev 10657

Add libdbusmenu-qt
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 06:27:01 2011 +0200 (2011-05-27)
parents 83809e28255e
children 9cb1952ef61d
line diff
     1.1 --- a/pth/receipt	Mon Jan 17 17:57:54 2011 +0100
     1.2 +++ b/pth/receipt	Fri May 27 06:27:01 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.