[Lunar-commits] <moonbase> SDL: add an alternate download path.
Florin Braescu
florin at lunar-linux.org
Sun Mar 9 10:44:24 CET 2008
commit e71c9e5f8720070790fd96d2bc2891dae70e8e18
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Mar 9 11:44:24 2008 +0200
SDL: add an alternate download path.
---
graphics/SDL/DETAILS | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/graphics/SDL/DETAILS b/graphics/SDL/DETAILS
index 3fdd450..b8cd996 100644
--- a/graphics/SDL/DETAILS
+++ b/graphics/SDL/DETAILS
@@ -1,12 +1,13 @@
MODULE=SDL
VERSION=1.2.13
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.libsdl.org/release/
+ SOURCE_URL[0]=$SFORG_URL/libsdl
+ SOURCE_URL[1]=http://www.libsdl.org/release
SOURCE_VFY=sha1:51fcaa3e1d5c01fd813ea08688780f86b19cf539
WEB_SITE=http://www.libsdl.org
ENTERED=20010922
UPDATED=20080105
- SHORT="portable game library for low-level access to hardware."
+ SHORT="A portable game library for low-level access to hardware"
cat << EOF
SDL is a library that allows you portable low-level access to a video
More information about the Lunar-commits
mailing list