wok-next view alpine/receipt @ rev 20560

openmotif: fix build; celestia: try but no luck
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 08 17:12:24 2018 +0300 (2018-04-08)
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 }