wok-next view fetchmail/receipt @ rev 21175
rsh-redone: fix function names
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 14 16:29:51 2019 +0200 (2019-04-14) |
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 }