wok-6.x rev 8767
Updated physfs WGET_URL. Added wget to build depends make that work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 21 02:01:47 2011 +0000 (2011-02-21) |
parents | 292bf098cc33 |
children | b7711eab8c7d |
files | physfs/receipt |
line diff
1.1 --- a/physfs/receipt Mon Feb 21 01:06:23 2011 +0000 1.2 +++ b/physfs/receipt Mon Feb 21 02:01:47 2011 +0000 1.3 @@ -7,8 +7,8 @@ 1.4 MAINTAINER="devl547@gmail.com" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://icculus.org/physfs/" 1.7 -WGET_URL="ftp://ftp.tiscali.nl/pub/mirror/gentoo/distfiles/$TARBALL" 1.8 -BUILD_DEPENDS="cmake" 1.9 +WGET_URL="http://icculus.org/physfs/downloads/$TARBALL" 1.10 +BUILD_DEPENDS="cmake wget" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()