wok-4.x rev 8270
libart_lgpl: Changed depends to just glibc-base since it doesn't need gtk+.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 30 01:32:41 2011 +0000 (2011-01-30) |
parents | 39c37202c486 |
children | dc188aae7ff1 |
files | libart_lgpl/receipt |
line diff
1.1 --- a/libart_lgpl/receipt Sun Jan 30 01:21:47 2011 +0000 1.2 +++ b/libart_lgpl/receipt Sun Jan 30 01:32:41 2011 +0000 1.3 @@ -5,10 +5,10 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Free libart." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+" 1.8 +DEPENDS="glibc-base" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/" 1.11 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/$TARBALL" 1.12 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()