wok-6.x diff dulwich/receipt @ rev 17734
dahdi-linux: save firmware as source
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 11:23:56 2015 +0100 (2015-03-06) |
parents | ea0d38d64ffe |
children | 16df76e1fc6a |
line diff
1.1 --- a/dulwich/receipt Tue Aug 14 13:38:54 2012 +0200 1.2 +++ b/dulwich/receipt Fri Mar 06 11:23:56 2015 +0100 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 }