wok-next diff python-openid/receipt @ rev 16694
xorg-kbproto: typo in depends
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 23 11:56:36 2014 +0300 (2014-05-23) |
parents | b0e8dc7dec71 |
children | 7390f8de9846 |
line diff
1.1 --- a/python-openid/receipt Thu Feb 23 22:04:30 2012 +0100 1.2 +++ b/python-openid/receipt Fri May 23 11:56:36 2014 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="OpenID libraries for Python." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="Apache" 1.8 TARBALL="${PACKAGE}_$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/${PACKAGE:0:1}/$PACKAGE/$TARBALL" 1.11 @@ -24,5 +25,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 }