wok diff glib/receipt @ rev 10950

get-virtualbox: only /opt/VirtualBox is supported now...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 02 14:26:45 2011 +0200 (2011-09-02)
parents 4c79e8be0e14
children 268a913ee3ae
line diff
     1.1 --- a/glib/receipt	Sun May 22 00:21:11 2011 +0200
     1.2 +++ b/glib/receipt	Fri Sep 02 14:26:45 2011 +0200
     1.3 @@ -1,15 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glib"
     1.7 -VERSION="2.28.6"
     1.8 +VERSION="2.28.7"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="C routines."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -BUILD_DEPENDS="gettext zlib-dev pkg-config perl python python-dev"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.gtk.org/"
    1.15  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16  
    1.17 +DEPENDS=""
    1.18 +BUILD_DEPENDS="gettext zlib-dev pkg-config perl python python-dev"
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {