wok view rssyl-dev/receipt @ rev 12140

clutter-gtk: Fixed again. It needs gtk-doc and a autoreconf -i inorder to not get 'clutter/clutter.h: No such file or directory' error.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 13 22:22:35 2012 -0500 (2012-03-13)
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 }