wok diff tinypy/receipt @ rev 19039
Webian Shell - again
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Fri Apr 15 09:08:59 2016 -0300 (2016-04-15) |
parents | 866fa2493b1b |
children | 934055de50e2 |
line diff
1.1 --- a/tinypy/receipt Wed Feb 24 12:13:18 2010 +0000 1.2 +++ b/tinypy/receipt Fri Apr 15 09:08:59 2016 -0300 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 {