wok view claws-mail-rssyl/receipt @ rev 15481

Add memtester
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 15:03:57 2013 +0000 (2013-11-10)
parents e8868634cdbf
children 95f0c340fe01
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-rssyl"
4 VERSION="0.33"
5 CATEGORY="network"
6 SHORT_DESC="RSS feed aggregator for Claws Mail."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="rssyl"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
13 SUGGESTED="gtkhtml2viewer"
14 TAGS="rss newsfeed"
16 DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \
17 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
18 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
19 BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev libxml2-dev"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 cd $src
25 ./configure --prefix=/usr --infodir=/usr/share/info \
26 --mandir=/usr/share/man $CONFIGURE_ARGS &&
27 make &&
28 make install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 mkdir -p $fs/usr/lib/claws-mail/plugins \
35 $fs/usr/share/locale
37 cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
38 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
39 }