wok diff python-xlwt/receipt @ rev 17808
Add mate-control-center (thanks bellard for the fixes)
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sat Mar 21 04:55:05 2015 -0300 (2015-03-21) |
parents | 9d082d25caea |
children | 7390f8de9846 |
line diff
1.1 --- a/python-xlwt/receipt Tue Feb 21 09:18:42 2012 +0100 1.2 +++ b/python-xlwt/receipt Sat Mar 21 04:55:05 2015 -0300 1.3 @@ -6,6 +6,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Python module for reading/writing Microsoft Excel spreadsheet files" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="${SOURCE}_$VERSION.orig.tar.gz" 1.9 WEB_SITE="http://www.janrain.com/openid-enabled/" 1.10 WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$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 }