wok-next annotate re-alpine/receipt @ rev 20604

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