wok rev 14859
Up: gpodder (3.5.1)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Mon Jul 22 18:17:33 2013 -0300 (2013-07-22) |
parents | 83b6ea539f40 |
children | 5c245886becb |
files | gpodder/receipt |
line diff
1.1 --- a/gpodder/receipt Mon Jul 22 18:16:22 2013 -0300 1.2 +++ b/gpodder/receipt Mon Jul 22 18:17:33 2013 -0300 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gpodder" 1.7 -VERSION="2.20.1" 1.8 +VERSION="3.5.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="A simple and usable podcast consumption." 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" 1.13 BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://gpodder.org/" 1.16 -WGET_URL="${WEB_SITE}src/$TARBALL" 1.17 +WEB_SITE="http://gpodder.org" 1.18 +WGET_URL="$WEB_SITE/src/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules()