wok-next view getmail/receipt @ rev 20640

Up at-spi2-atk (2.26.1), at-spi2-core (2.26.2), atk (2.26.1), tazlito (492); add catpoint; fix lzma for 64 bit
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 01 14:16:10 2018 +0300 (2018-05-01)
parents 16df76e1fc6a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="getmail"
4 VERSION="4.41.0"
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 python setup.py build &&
18 python setup.py install --root=$DESTDIR
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python"
24 }