wok-4.x view rssyl-dev/receipt @ rev 12347
gnome-vfs: repaired (from unwork state); added gnome-vfs-i18n (optional lang files)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 22 01:17:33 2012 +0000 (2012-10-22) |
parents | 45c5e7f02d5d |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="rssyl-dev"
4 VERSION="0.31"
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 }