wok-next view sylpheed-full/receipt @ rev 21013

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 05:29:23 2018 +0300 (2018-10-14)
parents 10df65db91ad
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sylpheed-full"
4 VERSION="3.5.1"
5 CATEGORY="network"
6 SHORT_DESC="Simple and full featured e-mail client (GPG, spell, ldap support)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://sylpheed.sraoss.jp/en/"
10 REPOLOGY="sylpheed"
12 TARBALL="sylpheed-$VERSION.tar.bz2"
13 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="gtk+-dev openssl-dev libgpg-error-dev gtkspell-dev \
16 enchant-dev openldap-dev gpgme-dev"
18 compile_rules() {
19 ./configure \
20 --enable-ldap \
21 --disable-updatecheck \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="gtk+ openssl gnupg gpgme libgpg-error gtkspell enchant libldap"
31 PROVIDE="sylpheed"
32 TAGS="mail internet"
33 }