wok diff claws-mail-archive/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 4df3de057e5f
children c5775237410d
line diff
     1.1 --- a/claws-mail-archive/receipt	Tue Oct 26 13:23:05 2010 +0000
     1.2 +++ b/claws-mail-archive/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-archive"
     1.7 -VERSION="0.6.7"
     1.8 +VERSION="0.6.10"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="claws-mail archiving features"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -17,11 +17,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure \
    1.16 -		--prefix=/usr \
    1.17 -		--infodir=/usr/share/info \
    1.18 -		--mandir=/usr/share/man \
    1.19  		$CONFIGURE_ARGS &&
    1.20 -	make && make DESTDIR=$PWD/_pkg install
    1.21 +	make && make DESTDIR=$DESTDIR install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 @@ -31,7 +28,6 @@
    1.26  		$fs/usr/share/locale
    1.27  		
    1.28  	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so*  \
    1.29 -	 $fs/usr/lib/claws-mail/plugins
    1.30 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.31 +		$fs/usr/lib/claws-mail/plugins
    1.32  }
    1.33