wok-next view fetchmail/receipt @ rev 21468

updated tcpreplay (4.2.6 -> 4.3.2)
author Hans-G?nter Theisgen
date Wed May 13 06:25:58 2020 +0100 (2020-05-13)
parents 67e8d6b33992
children 7767b1c8d214
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fetchmail"
4 VERSION="6.3.26"
5 CATEGORY="network"
6 SHORT_DESC="Mail retrieval and forwarding utility"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.fetchmail.info/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="openssl-dev gettext-dev"
16 compile_rules() {
17 ./configure \
18 --with-ssl \
19 $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="openssl python"
27 TAGS="email"
28 }