wok-next annotate masqmail/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d43bf7aae921
children d457c4e37c1b
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@21020 9 WEB_SITE="http://marmaro.de/prog/masqmail"
al@21020 10
pascal@5967 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@5967 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 }