wok-next view alpine/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alpine"
4 VERSION="2.21.9999"
5 HASH="d3e6f3932f2af9deca8eed09e30a55e9bd524362"
6 CATEGORY="network"
7 SHORT_DESC="Fast, easy to use email client"
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="Apache"
10 WEB_SITE="http://alpine.x10host.com/alpine/"
12 TARBALL="$PACKAGE-$HASH.tar.gz"
13 WGET_URL="https://repo.or.cz/alpine.git/snapshot/$HASH.tar.gz"
15 BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev gfortran gettext-dev \
16 hunspell-dev"
18 compile_rules() {
19 ./configure \
20 --without-tcl \
21 --without-ldap \
22 --without-krb5 \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="ncurses openssl pam"
32 SUGGESTED="hunspell"
33 TAGS="mail client"
34 }