wok rev 13433

remove: rssyl* gtkhtml2_viewer
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:05:31 2012 +0200 (2012-10-07)
parents ff8874b0d0d4
children fdea92a66d45
files gtkhtml2_viewer/receipt rssyl-dev/receipt rssyl/receipt
line diff
     1.1 --- a/gtkhtml2_viewer/receipt	Sat Oct 06 20:22:18 2012 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,34 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="gtkhtml2_viewer"
     1.7 -VERSION="0.27"
     1.8 -CATEGORY="network"
     1.9 -SHORT_DESC="HTML Viwer plugins for claws-mail."
    1.10 -MAINTAINER="erjo@slitaz.org"
    1.11 -DEPENDS="curl claws-mail expat gtk+ libxml2 xorg-libX11 xorg-libXau \
    1.12 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \
    1.13 -xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
    1.14 -BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.claws-mail.org/plugins.php"
    1.17 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.18 -
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	cd $src
    1.23 -	./configure --prefix=/usr \
    1.24 -		--infodir=/usr/share/info \
    1.25 -		--disable-accessibility \
    1.26 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.27 -	make &&
    1.28 -	make DESTDIR=$PWD/_pkg install
    1.29 -}
    1.30 -
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 -	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.35 -	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    1.36 -}
    1.37 -
     2.1 --- a/rssyl-dev/receipt	Sat Oct 06 20:22:18 2012 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,20 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="rssyl-dev"
     2.7 -VERSION="0.31"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="RSS feed aggregator for Claws Mail dev files."
    2.10 -MAINTAINER="erjo@slitaz.org"
    2.11 -DEPENDS="claws-mail curl libxml2"
    2.12 -BUILD_DEPENDS="claws-mail-dev"
    2.13 -WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
    2.14 -WANTED="rssyl"
    2.15 -
    2.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.17 -genpkg_rules()
    2.18 -{
    2.19 -	mkdir -p $fs/usr/lib/claws-mail/plugins
    2.20 -		
    2.21 -	cp -a $_pkg/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/
    2.22 -}
    2.23 -
     3.1 --- a/rssyl/receipt	Sat Oct 06 20:22:18 2012 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,37 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="rssyl"
     3.7 -VERSION="0.31"
     3.8 -CATEGORY="network"
     3.9 -SHORT_DESC="RSS feed aggregator for Claws Mail."
    3.10 -MAINTAINER="erjo@slitaz.org"
    3.11 -DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \
    3.12 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
    3.13 -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
    3.14 -BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev"
    3.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.16 -WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
    3.17 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
    3.18 -SUGGESTED="gtkhtml2viewer"
    3.19 -TAGS="rss newsfeed"
    3.20 -
    3.21 -# Rules to configure and make the package.
    3.22 -compile_rules()
    3.23 -{
    3.24 -	cd $src
    3.25 -	./configure --prefix=/usr --infodir=/usr/share/info \
    3.26 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    3.27 -	make &&
    3.28 -	make DESTDIR=$PWD/_pkg install
    3.29 -}
    3.30 -
    3.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.32 -genpkg_rules()
    3.33 -{
    3.34 -	mkdir -p $fs/usr/lib/claws-mail/plugins \
    3.35 -		$fs/usr/share/locale
    3.36 -		
    3.37 -	cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/
    3.38 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    3.39 -}
    3.40 -