wok view rssyl/receipt @ rev 2710

ffmpeg mktemp patch fails so cp configure
author Rohit Joshi <jozee@slitaz.org>
date Wed Apr 22 19:00:20 2009 +0000 (2009-04-22)
parents 6f13ed714d4d
children 8797a72d54fb
line source
1 # SliTaz package receipt.
3 PACKAGE="rssyl"
4 VERSION="0.24"
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 }