wok rev 13454

Add: claws-mail-rssyl*
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:31:06 2012 +0200 (2012-10-07)
parents 740858e71145
children 10562ff92dda
files claws-mail-rssyl-dev/receipt claws-mail-rssyl/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-rssyl-dev/receipt	Sun Oct 07 01:31:06 2012 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-rssyl-dev"
     1.7 +VERSION="0.33"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="RSS feed aggregator for Claws Mail dev files."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="claws-mail curl libxml2"
    1.12 +BUILD_DEPENDS="claws-mail-dev"
    1.13 +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
    1.14 +WANTED="claws-mail-rssyl"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.20 +		
    1.21 +	cp -a $install/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/
    1.22 +}
    1.23 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/claws-mail-rssyl/receipt	Sun Oct 07 01:31:06 2012 +0200
     2.3 @@ -0,0 +1,38 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="claws-mail-rssyl"
     2.7 +VERSION="0.33"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="RSS feed aggregator for Claws Mail."
    2.10 +MAINTAINER="erjo@slitaz.org"
    2.11 +DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \
    2.12 +xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
    2.13 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
    2.14 +BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev libxml2-dev"
    2.15 +SOURCE="rssyl"
    2.16 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.17 +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
    2.18 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    2.19 +SUGGESTED="gtkhtml2viewer"
    2.20 +TAGS="rss newsfeed"
    2.21 +
    2.22 +# Rules to configure and make the package.
    2.23 +compile_rules()
    2.24 +{
    2.25 +	cd $src
    2.26 +	./configure --prefix=/usr --infodir=/usr/share/info \
    2.27 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.28 +	make &&
    2.29 +	make  install
    2.30 +}
    2.31 +
    2.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.33 +genpkg_rules()
    2.34 +{
    2.35 +	mkdir -p $fs/usr/lib/claws-mail/plugins \
    2.36 +		$fs/usr/share/locale
    2.37 +		
    2.38 +	cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    2.39 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    2.40 +}
    2.41 +