wok-next diff claws-mail-rssyl/receipt @ rev 13779
fix bug32 : change config file to use $HOME var
author | border |
---|---|
date | Thu Jan 03 23:37:47 2013 -0500 (2013-01-03) |
parents | |
children | 7896f0694ef6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/claws-mail-rssyl/receipt Thu Jan 03 23:37:47 2013 -0500 1.3 @@ -0,0 +1,38 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="claws-mail-rssyl" 1.7 +VERSION="0.33" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="RSS feed aggregator for Claws Mail." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 1.12 +xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 1.13 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 1.14 +BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev libxml2-dev" 1.15 +SOURCE="rssyl" 1.16 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 1.18 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 1.19 +SUGGESTED="gtkhtml2viewer" 1.20 +TAGS="rss newsfeed" 1.21 + 1.22 +# Rules to configure and make the package. 1.23 +compile_rules() 1.24 +{ 1.25 + cd $src 1.26 + ./configure --prefix=/usr --infodir=/usr/share/info \ 1.27 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.28 + make && 1.29 + make install 1.30 +} 1.31 + 1.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 +genpkg_rules() 1.34 +{ 1.35 + mkdir -p $fs/usr/lib/claws-mail/plugins \ 1.36 + $fs/usr/share/locale 1.37 + 1.38 + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 1.39 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.40 +} 1.41 +