wok-next view re-alpine/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents e6615350078d
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="re-alpine"
4 VERSION="2.03"
5 CATEGORY="network"
6 SHORT_DESC="Re-alpine is the continuation of Alpine (a text-based email client)"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://sourceforge.net/projects/re-alpine/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev"
16 compile_rules() {
17 touch libtoolT # configure wan't to remove it...
19 ./configure \
20 --with-ssl-dir=/usr \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="openssl pam libldap libsasl ncurses libkrb5 libcomerr3"
30 TAGS="mail client"
31 }