wok annotate claws-mail-rssyl-dev/receipt @ rev 13454

Add: claws-mail-rssyl*
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:31:06 2012 +0200 (2012-10-07)
parents
children 7896f0694ef6
rev   line source
erjo@13454 1 # SliTaz package receipt.
erjo@13454 2
erjo@13454 3 PACKAGE="claws-mail-rssyl-dev"
erjo@13454 4 VERSION="0.33"
erjo@13454 5 CATEGORY="development"
erjo@13454 6 SHORT_DESC="RSS feed aggregator for Claws Mail dev files."
erjo@13454 7 MAINTAINER="erjo@slitaz.org"
erjo@13454 8 DEPENDS="claws-mail curl libxml2"
erjo@13454 9 BUILD_DEPENDS="claws-mail-dev"
erjo@13454 10 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
erjo@13454 11 WANTED="claws-mail-rssyl"
erjo@13454 12
erjo@13454 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13454 14 genpkg_rules()
erjo@13454 15 {
erjo@13454 16 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13454 17
erjo@13454 18 cp -a $install/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/
erjo@13454 19 }
erjo@13454 20