wok view rssyl-dev/receipt @ rev 6379

Up: libproxy, libproxy-dev to 0.4.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 21 14:01:09 2010 +0000 (2010-09-21)
parents 75edec1f70f7
children 129bb5b11a7e
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 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 }