wok diff bazaar-tools/receipt @ rev 15495

Up: firefox-langpack-it (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 17 16:29:59 2013 +0100 (2013-11-17)
parents 50ea4c3f349d
children 94d145623ee9
line diff
     1.1 --- a/bazaar-tools/receipt	Thu Oct 13 03:26:28 2011 +0000
     1.2 +++ b/bazaar-tools/receipt	Sun Nov 17 16:29:59 2013 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Useful collection of utilities (all plugins, right now) for bazaar."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="bazaar python"
     1.8 +LICENSE="GPL2"
     1.9  SOURCE="bzrtools"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://bazaar-vcs.org/BzrTools"
    1.12  WGET_URL="http://launchpad.net/$SOURCE/stable/$VERSION/+download/$TARBALL"
    1.13  
    1.14 +DEPENDS="bazaar python"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -22,6 +24,6 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $_pkg/usr/lib $fs/usr
    1.24 +	cp -a $install/usr/lib $fs/usr
    1.25  }
    1.26