wok diff python-gdata/receipt @ rev 16924

thermald: "hg resolve --all; hg resolve --mark; hg merge" and company...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 17 21:20:25 2014 +0300 (2014-07-17)
parents 9d082d25caea
children 16df76e1fc6a
line diff
     1.1 --- a/python-gdata/receipt	Tue Feb 21 09:18:42 2012 +0100
     1.2 +++ b/python-gdata/receipt	Thu Jul 17 21:20:25 2014 +0300
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="The Google Data APIs for Python."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="Apache"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://http://code.google.com/p/gdata-python-client/"
    1.10  WGET_URL="http://gdata-python-client.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  }