wok rev 9892

claws-mail-spam_report: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 17 11:06:15 2011 +0200 (2011-05-17)
parents 735e7c699d90
children cf8f73beef64
files claws-mail-spam_report/receipt
line diff
     1.1 --- a/claws-mail-spam_report/receipt	Tue May 17 10:59:52 2011 +0200
     1.2 +++ b/claws-mail-spam_report/receipt	Tue May 17 11:06:15 2011 +0200
     1.3 @@ -5,23 +5,19 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Reports spam to various places"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="claws-mail"
     1.8 -BUILD_DEPENDS="claws-mail-dev"
     1.9  SOURCE="spam_report"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.claws-mail.org"
    1.12  WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.13  
    1.14 +DEPENDS="claws-mail libcurl"
    1.15 +BUILD_DEPENDS="claws-mail-dev curl-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 -	./configure \
    1.22 -		--prefix=/usr \
    1.23 -		--infodir=/usr/share/info \
    1.24 -		--mandir=/usr/share/man \
    1.25 -		$CONFIGURE_ARGS &&
    1.26 -	make && make DESTDIR=$PWD/_pkg install
    1.27 +	./configure && make && make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 @@ -29,5 +25,5 @@
    1.32  {
    1.33  	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.34  	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so*  \
    1.35 -	 $fs/usr/lib/claws-mail/plugins
    1.36 +		$fs/usr/lib/claws-mail/plugins
    1.37  }