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

fsthost: up 1.4.0 (thanks rev8)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 27 02:52:21 2012 +0000 (2012-12-27)
parents
children 7896f0694ef6
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 DEPENDS="claws-mail curl libxml2"
9 BUILD_DEPENDS="claws-mail-dev"
10 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
11 WANTED="claws-mail-rssyl"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/claws-mail/plugins
18 cp -a $install/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/
19 }