wok rev 8662

Added python to glade3 build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 16 00:33:05 2011 +0000 (2011-02-16)
parents 4f96db6c0be2
children 909ce0b09c25
files glade3/receipt
line diff
     1.1 --- a/glade3/receipt	Wed Feb 16 00:31:38 2011 +0000
     1.2 +++ b/glade3/receipt	Wed Feb 16 00:33:05 2011 +0000
     1.3 @@ -6,11 +6,11 @@
     1.4  SHORT_DESC="Vector drawing application."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ libglade xorg-libXdamage"
     1.7 -BUILD_DEPENDS="gtk+-dev libglade-dev intltool libxml2-dev expat-dev"
     1.8 +BUILD_DEPENDS="gtk+-dev libglade-dev intltool libxml2-dev expat-dev python"
     1.9  SUGGESTED="python"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://glade.gnome.org/"
    1.12 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.13 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()