mc: multple fixes (#2367)
[termux-packages] / packages / getmail / build.sh
1 TERMUX_PKG_HOMEPAGE=http://pyropus.ca/software/getmail/
2 TERMUX_PKG_DESCRIPTION="fetchmail replacement relatively easy to configure"
3 TERMUX_PKG_VERSION=5.6
4 TERMUX_PKG_SHA256=460d2c8834936df88d594095d789c4585edca9b0bdbeded9f6267f0d90dcd59a
5 TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/getmail-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_DEPENDS="python2"
7 TERMUX_PKG_BUILD_IN_SRC=yes
8 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
9
10 termux_step_make_install () {
11 python2 setup.py install --prefix=$TERMUX_PREFIX --force
12 }
13
14 termux_step_post_massage () {
15 find . -path '*.pyc' -delete
16 }