wok-6.x diff claws-mail-attremover/receipt @ rev 15127
deadbeef: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 23:04:02 2013 +0000 (2013-08-14) |
parents | 800291e731e3 |
children | 95f0c340fe01 |
line diff
1.1 --- a/claws-mail-attremover/receipt Sun Oct 07 01:18:17 2012 +0200 1.2 +++ b/claws-mail-attremover/receipt Wed Aug 14 23:04:02 2013 +0000 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="claws-mail plugin - Remove attachments from emails." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="claws-mail xorg-libXdamage" 1.8 -BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" 1.9 +LICENSE="GPL3" 1.10 SOURCE="att_remover" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 1.13 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 1.14 1.15 +DEPENDS="claws-mail xorg-libXdamage" 1.16 +BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -19,12 +21,12 @@ 1.22 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/lib/claws-mail/plugins 1.33 - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 1.34 + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 1.35 }