wok-next view alpine/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 a5d7827e08cf
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alpine"
4 VERSION="2.21.999"
5 HASH="349642a84039a4b026513c32a3b4f8594acd50df"
6 CATEGORY="network"
7 SHORT_DESC="Fast, easy to use email client"
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="Apache"
10 WEB_SITE="http://www.washington.edu/alpine/"
12 TARBALL="$PACKAGE-$HASH.tar.gz"
13 WGET_URL="http://repo.or.cz/alpine.git/snapshot/$HASH.tar.gz"
15 BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev gfortran gettext hunspell-dev"
17 compile_rules() {
18 ./configure \
19 --without-tcl \
20 --without-ldap \
21 --without-krb5 \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="ncurses openssl pam"
31 TAGS="mail client"
32 }