wok-next rev 11080
Up: claws-mail-archive to 0.6.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 01:54:41 2011 +0000 (2011-10-17) |
parents | 4f7fde4c508e |
children | 953770fc745a |
files | claws-mail-archive/receipt |
line diff
1.1 --- a/claws-mail-archive/receipt Mon Oct 17 01:53:57 2011 +0000 1.2 +++ b/claws-mail-archive/receipt Mon Oct 17 01:54:41 2011 +0000 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