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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents e6615350078d
children cd7906120828
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/"
11 TARBALL="sylpheed-$VERSION.tar.bz2"
12 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev openssl-dev libgpg-error-dev gtkspell-dev \
15 enchant-dev openldap-dev gpgme-dev"
17 compile_rules() {
18 ./configure \
19 --enable-ldap \
20 --disable-updatecheck \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="gtk+ openssl gnupg gpgme libgpg-error gtkspell enchant libldap"
30 PROVIDE="sylpheed"
31 TAGS="mail internet"
32 }