wok diff tinypy/receipt @ rev 20843
updated dolibarr (3.1.0 -> 9.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 20 16:50:55 2019 +0100 (2019-02-20) |
parents | 866fa2493b1b |
children | 934055de50e2 |
line diff
1.1 --- a/tinypy/receipt Wed Feb 24 12:13:18 2010 +0000 1.2 +++ b/tinypy/receipt Wed Feb 20 16:50:55 2019 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A minimalist implementation of Python." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="MIT" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 -DEPENDS="glibc-base" 1.10 -BUILD_DEPENDS="python-dev" 1.11 WEB_SITE="http://www.tinypy.org/" 1.12 WGET_URL="http://tinypy.googlecode.com/files/$TARBALL" 1.13 TAGS="python" 1.14 1.15 +DEPENDS="glibc-base" 1.16 +BUILD_DEPENDS="python-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {