wok diff matchbox-panel-2/receipt @ rev 13741

mutt: fix build
author Paul Issott <paul@slitaz.org>
date Wed Dec 26 20:36:58 2012 +0000 (2012-12-26)
parents 73641efed1cc
children 380ffe05937a
line diff
     1.1 --- a/matchbox-panel-2/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/matchbox-panel-2/receipt	Wed Dec 26 20:36:58 2012 +0000
     1.3 @@ -7,11 +7,13 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://matchbox-project.org/"
     1.7 -WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
     1.8 +#WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
     1.9 +WGET_URL="http://mirror.slitaz.org/sources/packages/${PACKAGE:0:1}/$TARBALL"
    1.10  BRANCH="$VERSION"
    1.11  
    1.12  DEPENDS="gtk+ dbus dbus-glib util-linux-uuid"
    1.13 -BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev subversion"
    1.14 +BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev subversion \
    1.15 +autoconf automake libtool"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()