wok diff claws-mail-rssyl/receipt @ rev 18917
Up: Correct link.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Feb 24 08:39:49 2016 -0300 (2016-02-24) |
parents | 7896f0694ef6 |
children | 86790a278e70 |
line diff
1.1 --- a/claws-mail-rssyl/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/claws-mail-rssyl/receipt Wed Feb 24 08:39:49 2016 -0300 1.3 @@ -1,32 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="claws-mail-rssyl" 1.7 -VERSION="0.33" 1.8 +VERSION="3.9.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="RSS feed aggregator for Claws Mail." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -SOURCE="rssyl" 1.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 1.16 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 1.17 -SUGGESTED="gtkhtml2viewer" 1.18 +WANTED="claws-mail" 1.19 + 1.20 +SUGGESTED="claws-mail-fancy" 1.21 TAGS="rss newsfeed" 1.22 1.23 DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 1.24 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 1.25 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 1.26 -BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev libxml2-dev" 1.27 1.28 -# Rules to configure and make the package. 1.29 -compile_rules() 1.30 -{ 1.31 - cd $src 1.32 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.33 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.34 - make && 1.35 - make install 1.36 -} 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 @@ -34,7 +23,7 @@ 1.41 mkdir -p $fs/usr/lib/claws-mail/plugins \ 1.42 $fs/usr/share/locale 1.43 1.44 - cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 1.45 + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/ 1.46 cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.47 } 1.48