wok-stable diff claws-mail-archive/receipt @ rev 11705
Up: tazusb (3.0.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Feb 19 12:13:11 2012 +0100 (2012-02-19) |
parents | 4df3de057e5f |
children |
line diff
1.1 --- a/claws-mail-archive/receipt Tue Oct 26 13:23:05 2010 +0000 1.2 +++ b/claws-mail-archive/receipt Sun Feb 19 12:13:11 2012 +0100 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