wok-backports diff claws-mail-rssyl/receipt @ rev 14

linux: update bdeps (aufs needs bash)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 23 10:02:39 2013 +0000 (2013-12-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-rssyl/receipt	Mon Dec 23 10:02:39 2013 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-rssyl"
     1.7 +VERSION="3.9.3"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="RSS feed aggregator for Claws Mail."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl"
    1.13 +WANTED="claws-mail"
    1.14 +
    1.15 +SUGGESTED="claws-mail-fancy"
    1.16 +TAGS="rss newsfeed"
    1.17 +
    1.18 +DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \
    1.19 +xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
    1.20 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
    1.21 +
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	mkdir -p $fs/usr/lib/claws-mail/plugins \
    1.27 +		$fs/usr/share/locale
    1.28 +		
    1.29 +	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/
    1.30 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.31 +}
    1.32 +