wok-4.x rev 1240

Add; claws-mail dev file, claws-mail standart plugins.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Aug 11 23:42:36 2008 +0200 (2008-08-11)
parents 77b10a8a2b03
children 11c55ba0c064
files claws-mail-dev/receipt claws-mail-plugins/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail-dev/receipt	Mon Aug 11 23:42:36 2008 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail-dev"
     1.7 +VERSION="3.5.0"
     1.8 +CATEGORY="developement"
     1.9 +SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS=""
    1.12 +BUIDL_DEPENDS="libetpan"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.claws-mail.org/index.php"
    1.15 +WANTED="claws-mail"
    1.16 +
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib/$WANTED/plugins
    1.22 +	cp -a $_pkg/usr/include $fs/usr
    1.23 +	cp -a $_pkg/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
    1.24 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/
    1.25 +}
    1.26 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/claws-mail-plugins/receipt	Mon Aug 11 23:42:36 2008 +0200
     2.3 @@ -0,0 +1,20 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="claws-mail-plugins"
     2.7 +VERSION="3.5.0"
     2.8 +CATEGORY="networking"
     2.9 +SHORT_DESC="Standart plugins for claws-mail."
    2.10 +MAINTAINER="erjo@slitaz.org"
    2.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.12 +WEB_SITE="http://www.claws-mail.org/index.php"
    2.13 +WANTED="claws-mail"
    2.14 +
    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/$WANTED/plugins 
    2.20 +	
    2.21 +	cp -a $_pkg/usr/lib/$WANTED/plugins/*.so* $fs/usr/lib/$WANTED/plugins/
    2.22 +}
    2.23 +