wok-next annotate masqmail/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@5967 2
pascal@5967 3 PACKAGE="masqmail"
pascal@5967 4 VERSION="0.2.28"
pascal@5967 5 CATEGORY="network"
al@21020 6 SHORT_DESC="An MTA for workstations and for servers in small networks"
pascal@5967 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21041 9 WEB_SITE="http://marmaro.de/prog/masqmail/"
al@21020 10
pascal@5967 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21041 12 WGET_URL="${WEB_SITE}files/$TARBALL"
pascal@15000 13
al@20513 14 BUILD_DEPENDS="glib-dev"
pascal@5967 15
al@21020 16 compile_rules() {
al@21020 17 ./configure \
al@21020 18 --prefix=/usr \
al@21020 19 --infodir=/usr/share/info \
al@21020 20 --with-user=root \
al@21020 21 --with-group=root \
al@21020 22 --mandir=/usr/share/man \
al@21020 23 $CONFIGURE_ARGS &&
pascal@5967 24 make &&
al@21020 25 make DESTDIR=$install install
pascal@5967 26 }
pascal@5967 27
al@21020 28 genpkg_rules() {
al@21020 29 copy @std
al@21020 30 TAGS="mail"
pascal@5967 31 }