wok diff claws-mail-spam_report/receipt @ rev 10088

Up: glibmm to 2.28.1. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 07:11:17 2011 +0000 (2011-05-20)
parents da1eeac12953
children 0e02391c1e88
line diff
     1.1 --- a/claws-mail-spam_report/receipt	Sun Jun 20 19:24:48 2010 -0400
     1.2 +++ b/claws-mail-spam_report/receipt	Fri May 20 07:11:17 2011 +0000
     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  }