wok view rssyl-dev/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents 129bb5b11a7e
children 5b8ecc246338
line source
1 # SliTaz package receipt.
3 PACKAGE="rssyl-dev"
4 VERSION="0.30"
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="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 $_pkg/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/
19 }