wok-next annotate getmail/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 16df76e1fc6a
children d5aab818505e
rev   line source
al@20640 1 # SliTaz package receipt v2.
al@20640 2
claudinei@9163 3 PACKAGE="getmail"
claudinei@14861 4 VERSION="4.41.0"
claudinei@9163 5 CATEGORY="network"
al@20640 6 SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail"
claudinei@9163 7 MAINTAINER="claudinei@slitaz.org"
pascal@15215 8 LICENSE="GPL2"
al@20640 9 WEB_SITE="http://pyropus.ca/software/getmail"
al@20640 10
claudinei@9163 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
claudinei@9163 12 WGET_URL="$WEB_SITE/old-versions/$TARBALL"
claudinei@9163 13
al@20640 14 BUILD_DEPENDS="python-dev"
pascal@15215 15
al@20640 16 compile_rules() {
al@20640 17 python setup.py build &&
al@20640 18 python setup.py install --root=$DESTDIR
claudinei@9163 19 }
claudinei@9163 20
al@20640 21 genpkg_rules() {
al@20640 22 copy @std
al@20640 23 DEPENDS="python"
claudinei@9163 24 }