wok diff bleachbit/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents e11e8b983ee1
children f4c22f009037
line diff
     1.1 --- a/bleachbit/receipt	Fri Jan 11 07:57:40 2013 +0200
     1.2 +++ b/bleachbit/receipt	Tue Aug 13 17:56:32 2013 +0000
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENCE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://bleachbit.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 +
    1.12  BUILD_DEPENDS="python"
    1.13  DEPENDS="pygtk python"
    1.14  
    1.15 @@ -23,6 +25,6 @@
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/
    1.19 -	cp -a $_pkg/usr/bin $fs/usr
    1.20 -	cp -a $_pkg/usr/share $fs/usr
    1.21 +	cp -a $install/usr/bin $fs/usr
    1.22 +	cp -a $install/usr/share $fs/usr
    1.23  }