wok diff claws-mail-notification/receipt @ rev 11700

Up: slitaz-doc (4.2.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 19 12:09:24 2012 +0100 (2012-02-19)
parents bc50f4494143
children 5b2481c3d1b4
line diff
     1.1 --- a/claws-mail-notification/receipt	Wed May 25 23:19:13 2011 +0200
     1.2 +++ b/claws-mail-notification/receipt	Sun Feb 19 12:09:24 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-notification"
     1.7 -VERSION="0.25"
     1.8 +VERSION="0.28"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="claws-mail plugin - mail notification."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -16,10 +16,10 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	./configure \
    1.19 +		$CONFIGURE_ARGS &&
    1.20  	make &&
    1.21 -	make DESTDIR=$PWD/_pkg install
    1.22 +	make DESTDIR=$DESTDIR install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.