wok rev 16881

at-spi2: fix wget url.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 13 20:41:10 2014 +0300 (2014-07-13)
parents 36cbef89c581
children 1a4380b2fd8c
files at-spi2/receipt
line diff
     1.1 --- a/at-spi2/receipt	Sun Jul 13 20:18:46 2014 +0300
     1.2 +++ b/at-spi2/receipt	Sun Jul 13 20:41:10 2014 +0300
     1.3 @@ -6,9 +6,10 @@
     1.4  LICENSE="GPL3"
     1.5  SHORT_DESC="Bridges ATK to At-Spi2 D-Bus service."
     1.6  MAINTAINER="yuripourre@gmail.com"
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.8 +SOURCE="at-spi2-core"
     1.9 +TARBALL="$SOURCE-$VERSION.tar.xz"
    1.10  WEB_SITE="http://www.gnome.org/"
    1.11 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/${VERSION%.*}/$TARBALL"
    1.13  
    1.14  DEPENDS="dbus glib gobject-introspection util-linux-uuid"
    1.15  BUILD_DEPENDS="dbus-dev glib-dev gobject-introspection-dev util-linux-uuid-dev"