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

Add libnfc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 08 12:16:44 2013 +0100 (2013-03-08)
parents
children 7896f0694ef6
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 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 libxml2-dev"
12 SOURCE="rssyl"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
15 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
16 SUGGESTED="gtkhtml2viewer"
17 TAGS="rss newsfeed"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 ./configure --prefix=/usr --infodir=/usr/share/info \
24 --mandir=/usr/share/man $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib/claws-mail/plugins \
33 $fs/usr/share/locale
35 cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
36 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
37 }