wok view claws-mail/receipt @ rev 18179

Apache: fix init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 12:26:54 2015 +0200 (2015-07-05)
parents 589a225cacc7
children feb2e0c63d21
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="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 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 cd $src
31 ./configure \
32 --disable-ldap \
33 --disable-jpilot \
34 $CONFIGURE_ARGS &&
35 make && make install
36 }
38 # Rules to gen a SliTaz package suitable for Tazpkg.
39 genpkg_rules()
40 {
41 mkdir -p $fs/usr/share \
42 $fs/usr/lib/$PACKAGE/plugins
43 cp -a $install/usr/bin $fs/usr
44 cp -a $install/usr/share/icons $fs/usr/share
45 }
47 # Post installation custom.
48 post_install()
49 {
50 [ -x $1/usr/bin/gtk-update-icon-cache ] &&
51 chroot "$1/" gtk-update-icon-cache -f -t /usr/share/icons/hicolor
52 }