wok rev 1239

Add: claws-mail, an another mail client.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Aug 11 23:40:37 2008 +0200 (2008-08-11)
parents 21650839693f
children d6b6976fadca
files claws-mail/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/claws-mail/receipt	Mon Aug 11 23:40:37 2008 +0200
     1.3 @@ -0,0 +1,40 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="claws-mail"
     1.7 +VERSION="3.5.0"
     1.8 +CATEGORY="networking"
     1.9 +SHORT_DESC="The user-firendly, lightweight and fast email client"
    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 +WGET_URL="http://garr.dl.sourceforge.net/sourceforge/sylpheed-claws/$TARBALL"
    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-ldap \
    1.24 +	 	--disable-jpilot \
    1.25 +	 	--disable-dillo-viewer-plugin \
    1.26 +		--mandir=/usr/share/man $CONFIGURE_ARGS
    1.27 +	make
    1.28 +	make DESTDIR=$PWD/_pkg install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	mkdir -p $fs/usr/lib/$PACKAGE/plugins \
    1.35 +	 $fs/usr/share/locale \
    1.36 +	 $fs/usr/share/
    1.37 +	cp -a $_pkg/usr/bin $fs/usr
    1.38 +	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.39 +	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.40 +	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.41 +	strip -s $fs/usr/bin/*
    1.42 +}
    1.43 +