wok view claws-mail/receipt @ rev 20495

Up firefox-official-* (62.0.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 28 16:56:56 2018 +0100 (2018-10-28)
parents 9e01bc6321ea
children 75ca9eeaad71
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail"
4 VERSION="3.9.3"
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="https://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 libwebkit-dev curl-dev xorg-libXinerama-dev \
22 xorg-libXrandr-dev xorg-libXcursor-dev xorg-libXcomposite-dev \
23 xorg-libXdamage-dev libxslt-dev xorg-libXt-dev util-linux-uuid-dev \
24 python-dev pygtk-dev libarchive-dev attr-dev acl-dev liblzma-dev poppler-dev lcms-dev \
25 ghostscript-dev libgnome-keyring-dev dbus-dev"
27 # Rules to configure and make the package.
28 compile_rules()
29 {
30 ./configure \
31 --disable-ldap \
32 --disable-jpilot \
33 $CONFIGURE_ARGS &&
34 make && make install
35 }
37 # Rules to gen a SliTaz package suitable for Tazpkg.
38 genpkg_rules()
39 {
40 mkdir -p $fs/usr/share \
41 $fs/usr/lib/$PACKAGE/plugins
42 cp -a $install/usr/bin $fs/usr
43 cp -a $install/usr/share/icons $fs/usr/share
44 }
46 # Post installation custom.
47 post_install()
48 {
49 [ -x "$1/usr/bin/gtk-update-icon-cache" ] &&
50 chroot "$1/" gtk-update-icon-cache -f -t /usr/share/icons/hicolor
51 }