wok view claws-mail-rssyl-dev/receipt @ rev 15099

tty-clock: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 12:20:24 2013 +0000 (2013-08-14)
parents e8868634cdbf
children 95f0c340fe01
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-rssyl-dev"
4 VERSION="0.33"
5 CATEGORY="development"
6 SHORT_DESC="RSS feed aggregator for Claws Mail dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
10 WANTED="claws-mail-rssyl"
12 DEPENDS="claws-mail curl libxml2"
13 BUILD_DEPENDS="claws-mail-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/claws-mail/plugins
20 cp -a $install/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/
21 }