wok view claws-mail/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents fdea92a66d45
children 95f0c340fe01
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail"
4 VERSION="3.8.1"
5 CATEGORY="network"
6 SHORT_DESC="The user-firendly, lightweight and fast email client"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.claws-mail.org/index.php"
11 WGET_URL="$SF_MIRROR/sylpheed-claws/$TARBALL"
12 TAGS="email client"
14 DEPENDS="libetpan libdb libsasl libcurl gpgme enchant dbus dbus-glib expat \
15 libgnutls gtk+ libgcrypt startup-notification xorg-libICE xorg-libSM \
16 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp \
17 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \
18 xorg-libXdamage gcc-lib-base libtasn1"
19 BUILD_DEPENDS="libetpan-dev curl-dev gpgme-dev glib-dev libgpg-error-dev \
20 enchant libidn-dev db-dev expat-dev cyrus-sasl-dev xcb-util-dev gtk+-dev \
21 pkg-config libassuan libassuan-dev xorg-dev gnutls-dev"
23 # Rules to configure and make the package.
24 compile_rules()
25 {
26 cd $src
27 ./configure \
28 --disable-ldap \
29 --disable-jpilot \
30 --disable-dillo-viewer-plugin \
31 $CONFIGURE_ARGS &&
32 make && make install
33 }
35 # Rules to gen a SliTaz package suitable for Tazpkg.
36 genpkg_rules()
37 {
38 mkdir -p $fs/usr/share \
39 $fs/usr/lib/$PACKAGE/plugins
40 cp -a $install/usr/bin $fs/usr
41 cp -a $install/usr/share/icons $fs/usr/share
42 }