# HG changeset patch # User Eric Joseph-Alexandre # Date 1349564731 -7200 # Node ID 32d25d2c11e28f78ff418e5ba3c74d745ed898de # Parent ff8874b0d0d4c961a5884017fd905b19dd569a09 remove: rssyl* gtkhtml2_viewer diff -r ff8874b0d0d4 -r 32d25d2c11e2 gtkhtml2_viewer/receipt --- a/gtkhtml2_viewer/receipt Sat Oct 06 20:22:18 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gtkhtml2_viewer" -VERSION="0.27" -CATEGORY="network" -SHORT_DESC="HTML Viwer plugins for claws-mail." -MAINTAINER="erjo@slitaz.org" -DEPENDS="curl claws-mail expat gtk+ libxml2 xorg-libX11 xorg-libXau \ -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ -xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" -BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.claws-mail.org/plugins.php" -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --disable-accessibility \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/claws-mail/plugins - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ -} - diff -r ff8874b0d0d4 -r 32d25d2c11e2 rssyl-dev/receipt --- a/rssyl-dev/receipt Sat Oct 06 20:22:18 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="rssyl-dev" -VERSION="0.31" -CATEGORY="development" -SHORT_DESC="RSS feed aggregator for Claws Mail dev files." -MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail curl libxml2" -BUILD_DEPENDS="claws-mail-dev" -WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" -WANTED="rssyl" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/claws-mail/plugins - - cp -a $_pkg/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/ -} - diff -r ff8874b0d0d4 -r 32d25d2c11e2 rssyl/receipt --- a/rssyl/receipt Sat Oct 06 20:22:18 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="rssyl" -VERSION="0.31" -CATEGORY="network" -SHORT_DESC="RSS feed aggregator for Claws Mail." -MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" -BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" -SUGGESTED="gtkhtml2viewer" -TAGS="rss newsfeed" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/claws-mail/plugins \ - $fs/usr/share/locale - - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale -} -