wok-6.x diff dulwich/receipt @ rev 16529
python-rpi-pyglow: small improvment to PiGlow vortex example
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 26 11:12:31 2014 +0200 (2014-04-26) |
parents | ea0d38d64ffe |
children | 16df76e1fc6a |
line diff
1.1 --- a/dulwich/receipt Tue Aug 14 13:38:54 2012 +0200 1.2 +++ b/dulwich/receipt Sat Apr 26 11:12:31 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Git files formats and protocols for python." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://www.samba.org/~jelmer/dulwich/" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WGET_URL="${WEB_SITE}$TARBALL" 1.11 @@ -22,5 +23,5 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - cp -a $_pkg/* $fs 1.16 + cp -a $install/* $fs 1.17 }