wok rev 11082

Up: claws-mail-notification to 0.28.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 01:56:04 2011 +0000 (2011-10-17)
parents 953770fc745a
children 37edf96ed983
files claws-mail-notification/receipt
line diff
     1.1 --- a/claws-mail-notification/receipt	Mon Oct 17 01:55:19 2011 +0000
     1.2 +++ b/claws-mail-notification/receipt	Mon Oct 17 01:56:04 2011 +0000
     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.