wok-next view alpine/receipt @ rev 20506

zerobin: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 16 12:28:31 2018 +0100 (2018-03-16)
parents c4e53a39395a
children 835b3b8ce6ac
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alpine"
4 VERSION="2.00"
5 CATEGORY="network"
6 SHORT_DESC="Fast, easy to use email client"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://www.washington.edu/alpine/"
11 TARBALL="$PACKAGE.tar.gz"
12 WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL"
14 BUILD_DEPENDS="openssl10-dev pam-dev ncurses-dev gfortran gettext"
16 compile_rules() {
17 CPPFLAGS="$CPPFLAGS -I/usr/include/openssl-1.0" \
18 ./configure \
19 --without-tcl \
20 --without-ldap \
21 --without-krb5 \
22 --with-ssl-include-dir=/usr/include/openssl-1.0/ \
23 --with-ssl-lib-dir=/usr/lib/openssl-1.0/ \
24 $CONFIGURE_ARGS &&
25 make && make DESTDIR=$DESTDIR install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="ncurses openssl10 pam"
31 TAGS="mail client"
32 }