fix licenses where possible

Some packages have license set to "custom" and this
should be fixed.
This commit is contained in:
Leonid Plyushch
2019-01-21 16:00:12 +02:00
parent 037bcf9566
commit 1b8fca7c3e
67 changed files with 67 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://python.org/
TERMUX_PKG_DESCRIPTION="Python 3 programming language intended to enable clear programs"
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE="PythonPL"
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, readline, libffi, openssl, libutil, libbz2, libsqlite, gdbm, ncurses-ui-libs, libcrypt, liblzma"
# Python.h includes crypt.h:
TERMUX_PKG_DEVPACKAGE_DEPENDS="libcrypt-dev"