# SliTaz package receipt. PACKAGE="claws-mail-rssyl" VERSION="3.18.0" CATEGORY="network" TAGS="rss newsfeed" SHORT_DESC="Claws-mail plugin - RSS feed aggregator." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.claws-mail.org/plugin.php" SUGGESTED="claws-mail-fancy claws-mail-lang" DEPENDS="claws-mail curl expat gtk+ libxml2 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender" WANTED="claws-mail" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/claws-mail/plugins cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ $fs/usr/lib/claws-mail/plugins/ }