wok view rssyl/receipt @ rev 4938

add/improve TAGS i* receipts
author Rohit Joshi <jozee@slitaz.org>
date Tue Feb 16 14:37:58 2010 +0000 (2010-02-16)
parents 8797a72d54fb
children 8be66f03fbd2
line source
1 # SliTaz package receipt.
3 PACKAGE="rssyl"
4 VERSION="0.26"
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"
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"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr --infodir=/usr/share/info \
22 --mandir=/usr/share/man $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib/claws-mail/plugins \
31 $fs/usr/share/locale
33 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
34 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
35 }