wok diff python-gazpacho/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents 22165a2fb1b5
children d3eb5f4b53ea
line diff
     1.1 --- a/python-gazpacho/receipt	Thu Mar 03 12:49:02 2011 +0000
     1.2 +++ b/python-gazpacho/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -6,13 +6,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A GUI builder for the GTK+ toolkit"
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 -DEPENDS="python pygtk python-kiwi"
     1.8 -BUILD_DEPENDS="python python-dev pygtk python-kiwi"
     1.9 +LICENSE="LGPL2.1"
    1.10  SUGGESTED="twisted"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://gazpacho.sicem.biz"
    1.13  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/0.7/$TARBALL"
    1.14  
    1.15 +DEPENDS="python pygtk python-kiwi"
    1.16 +BUILD_DEPENDS="python python-dev pygtk python-kiwi"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -27,8 +29,8 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/share
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 -	cp -a $_pkg/usr/lib $fs/usr
    1.27 -	cp -a $_pkg/usr/share $fs/usr
    1.28 +	cp -a $install/usr/bin $fs/usr
    1.29 +	cp -a $install/usr/lib $fs/usr
    1.30 +	cp -a $install/usr/share $fs/usr
    1.31  }
    1.32