wok-4.x rev 1241
iAdd: rssyl, rssyl-dev, gtkhtml2_viewer. claws-mail plugins.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Aug 11 23:49:23 2008 +0200 (2008-08-11) |
parents | d6b6976fadca |
children | 8fcb4fff3fe7 |
files | gtkhtml2_viewer/receipt rssyl-dev/receipt rssyl/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtkhtml2_viewer/receipt Mon Aug 11 23:49:23 2008 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gtkhtml2_viewer" 1.7 +VERSION="0.19" 1.8 +CATEGORY="netwoking" 1.9 +SHORT_DESC="HTML Viwer plugins for claws-mail." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="curl claws-mail" 1.12 +BUILD_DEPENDS="curl-dev claws-mail-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.claws-mail.org/downloads/plugins/$TARBALL" 1.15 +WGET_URL="http://www.claws-mail.org/plugins.php?section=downloads" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure --prefix=/usr \ 1.22 + --infodir=/usr/share/info \ 1.23 + --disable-accessibility \ 1.24 + --mandir=/usr/share/man $CONFIGURE_ARGS 1.25 + make 1.26 + make DESTDIR=$PWD/_pkg install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/lib/claws-mail/plugins 1.33 + cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 1.34 +} 1.35 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/rssyl-dev/receipt Mon Aug 11 23:49:23 2008 +0200 2.3 @@ -0,0 +1,21 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="rssyl-dev" 2.7 +VERSION="0.20" 2.8 +CATEGORY="developement" 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 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 2.15 +WANTED="rssyl" 2.16 + 2.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.18 +genpkg_rules() 2.19 +{ 2.20 + mkdir -p $fs/usr/lib/claws-mail/plugins 2.21 + 2.22 + cp -a $_pkg/usr/lib/claws-mail/plugins/*.*a* $fs/usr/lib/claws-mail/plugins/ 2.23 +} 2.24 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/rssyl/receipt Mon Aug 11 23:49:23 2008 +0200 3.3 @@ -0,0 +1,34 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="rssyl" 3.7 +VERSION="0.20" 3.8 +CATEGORY="networking" 3.9 +SHORT_DESC="RSS feed aggregator for Claws Mail." 3.10 +MAINTAINER="erjo@slitaz.org" 3.11 +DEPENDS="claws-mail curl libxml2" 3.12 +BUILD_DEPENDS="claws-mail-dev" 3.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" 3.15 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 3.16 +SUGGESTED="gtkhtml2viewer" 3.17 + 3.18 +# Rules to configure and make the package. 3.19 +compile_rules() 3.20 +{ 3.21 + cd $src 3.22 + ./configure --prefix=/usr --infodir=/usr/share/info \ 3.23 + --mandir=/usr/share/man $CONFIGURE_ARGS 3.24 + make 3.25 + make DESTDIR=$PWD/_pkg install 3.26 +} 3.27 + 3.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.29 +genpkg_rules() 3.30 +{ 3.31 + mkdir -p $fs/usr/lib/claws-mail/plugins \ 3.32 + $fs/usr/share/locale 3.33 + 3.34 + cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 3.35 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 3.36 +} 3.37 +