wok diff dulwich/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents ea0d38d64ffe
children 16df76e1fc6a
line diff
     1.1 --- a/dulwich/receipt	Tue Aug 14 13:38:54 2012 +0200
     1.2 +++ b/dulwich/receipt	Sun Jul 13 13:06:14 2014 -0300
     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  }