wok-next diff python-vatnumber/receipt @ rev 15543
Up: firefox-langpack-pt_BR (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:36:36 2013 +0100 (2013-11-24) |
parents | 9d082d25caea |
children | 7390f8de9846 |
line diff
1.1 --- a/python-vatnumber/receipt Tue Feb 21 09:18:42 2012 +0100 1.2 +++ b/python-vatnumber/receipt Sun Nov 24 17:36:36 2013 +0100 1.3 @@ -6,6 +6,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Validate VAT numbers for Python." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://code.google.com/p/vatnumber" 1.10 WGET_URL="http://vatnumber.googlecode.com/files/$TARBALL" 1.11 @@ -25,5 +26,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs 1.15 - cp -a $_pkg/usr $fs 1.16 + cp -a $install/usr $fs 1.17 }