wok diff python-gazpacho/receipt @ rev 15408
get-LibreOffice: mv java from DEPS to SUGGESTED
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:12:02 2013 +0100 (2013-11-03) |
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 Sun Nov 03 21:12:02 2013 +0100 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