wok diff itstool/receipt @ rev 15502
util-linux-flock: fix pre_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 17 18:13:51 2013 +0000 (2013-11-17) |
parents | feeef374a05a |
children | 80c5837af140 |
line diff
1.1 --- a/itstool/receipt Tue Oct 23 11:11:41 2012 +0200 1.2 +++ b/itstool/receipt Sun Nov 17 18:13:51 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="ITS-based XML translation tool" 1.6 MAINTAINER="al.bobylev@gmail.com" 1.7 -DEPENDS="python" 1.8 -BUILD_DEPENDS="" 1.9 +LICENSE="GPL3" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://itstool.org/" 1.12 WGET_URL="http://files.itstool.org/itstool/$TARBALL" 1.13 1.14 +DEPENDS="python" 1.15 +BUILD_DEPENDS="" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {