wok rev 14285
primateplunge: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 06 16:22:56 2013 +0200 (2013-04-06) |
parents | 68aa509474e0 |
children | be976c6bdb4d |
files | primateplunge/receipt |
line diff
1.1 --- a/primateplunge/receipt Sat Apr 06 15:53:04 2013 +0200 1.2 +++ b/primateplunge/receipt Sat Apr 06 16:22:56 2013 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="other" 1.5 WEB_SITE="http://www.aelius.com/primateplunge/" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="${WEBSITE}$TARBALL" 1.8 +WGET_URL="${WEB_SITE}$TARBALL" 1.9 1.10 DEPENDS="libsdl-mixer" 1.11 BUILD_DEPENDS="libsdl-mixer-dev"