wok-next view getmail/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="getmail"
4 VERSION="5.14"
5 CATEGORY="network"
6 SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://pyropus.ca/software/getmail/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/old-versions/$TARBALL"
14 BUILD_DEPENDS="python-dev"
16 compile_rules()
17 {
18 python -B setup.py build &&
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules()
23 {
24 copy @std
25 DEPENDS="python"
26 }