wok view rssyl/receipt @ rev 11157

Up: rtorrent to 0.8.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 02 06:41:00 2011 +0000 (2011-11-02)
parents 196a5d66f273
children 5b8ecc246338
line source
1 # SliTaz package receipt.
3 PACKAGE="rssyl"
4 VERSION="0.30"
5 CATEGORY="network"
6 SHORT_DESC="RSS feed aggregator for Claws Mail."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \
9 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
10 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
11 BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
14 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
15 SUGGESTED="gtkhtml2viewer"
16 TAGS="rss newsfeed"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./configure --prefix=/usr --infodir=/usr/share/info \
23 --mandir=/usr/share/man $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$PWD/_pkg install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib/claws-mail/plugins \
32 $fs/usr/share/locale
34 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
35 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
36 }