wok view rssyl-dev/receipt @ rev 3481

Add: fastjar, a C implementation of the JDK jar utility
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jun 17 10:17:44 2009 +0000 (2009-06-17)
parents c186b215c435
children 8797a72d54fb
line source
1 # SliTaz package receipt.
3 PACKAGE="rssyl-dev"
4 VERSION="0.24"
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
12 WANTED="rssyl"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/claws-mail/plugins
19 cp -a $_pkg/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/
20 }