wok-current diff claws-mail-archive/receipt @ rev 15705
remove claws-mail-gtk2html
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 22 17:19:07 2013 +0100 (2013-12-22) |
parents | 2b9f96603415 |
children | 080ca6ff2ed1 |
line diff
1.1 --- a/claws-mail-archive/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/claws-mail-archive/receipt Sun Dec 22 17:19:07 2013 +0100 1.3 @@ -6,22 +6,10 @@ 1.4 SHORT_DESC="claws-mail archiving features" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 LICENSE="GPL3" 1.7 -SOURCE="archive" 1.8 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.claws-mail.org" 1.10 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 1.11 +WANTED="claws-mail" 1.12 1.13 DEPENDS="claws-mail libarchive acl liblzma bzlib" 1.14 -BUILD_DEPENDS="claws-mail-dev gnutls-dev enchant-dev libxml2-dev libarchive-dev attr-dev acl-dev liblzma-dev pkg-config" 1.15 - 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 - cd $src 1.20 - ./configure \ 1.21 - $CONFIGURE_ARGS && 1.22 - make && make DESTDIR=$DESTDIR install 1.23 -} 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 @@ -29,7 +17,7 @@ 1.28 mkdir -p $fs/usr/lib/claws-mail/plugins \ 1.29 $fs/usr/share/locale 1.30 1.31 - cp -a $install/usr/lib/claws-mail/plugins/*.so* \ 1.32 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \ 1.33 $fs/usr/lib/claws-mail/plugins 1.34 } 1.35