wok view rssyl-dev/receipt @ rev 8966

Removed all TARBALL, SRC_WANTED, and some BUILD_DEPENDS in wanted receipts. There not needed to be update.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 03:12:51 2011 +0000 (2011-03-02)
parents 9b7c4f04e2b3
children 45c5e7f02d5d
line source
1 # SliTaz package receipt.
3 PACKAGE="rssyl-dev"
4 VERSION="0.27"
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 }