wok-next annotate fetchmail/receipt @ rev 20877

msmtp: up (1.6.8); fetchmail: patch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 06 14:18:54 2018 +0300 (2018-07-06)
parents 383d0ea319bb
children d5aab818505e
rev   line source
al@20877 1 # SliTaz package receipt v2.
erjo@3669 2
erjo@3669 3 PACKAGE="fetchmail"
erjo@15708 4 VERSION="6.3.26"
erjo@3669 5 CATEGORY="network"
al@20877 6 SHORT_DESC="Mail retrieval and forwarding utility"
erjo@3669 7 MAINTAINER="erjo@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@20877 9 WEB_SITE="http://www.fetchmail.info/"
erjo@3669 10
al@20877 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20877 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15002 13
al@20877 14 BUILD_DEPENDS="openssl-dev gettext"
al@20877 15
al@20877 16 compile_rules() {
al@20877 17 ./configure \
al@20877 18 --with-ssl \
erjo@3669 19 $CONFIGURE_ARGS &&
al@20877 20 make &&
al@20877 21 make DESTDIR=$DESTDIR install
erjo@3669 22 }
erjo@3669 23
al@20877 24 genpkg_rules() {
al@20877 25 copy @std
al@20877 26 DEPENDS="openssl python"
al@20877 27 TAGS="email"
erjo@3669 28 }