summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-12-12 00:16:13 (GMT)
committerMark Brand <mabrand@mabrand.nl>2010-12-12 00:16:13 (GMT)
commit0d20234f54d5a92828e148da5dfca71755b3c4db (patch)
tree2500dad0111759415c7a0e891895faa59808d8f5 /src/openscenegraph.mk
parent314b9640f53535faf0f81763eed6aa969da539e5 (diff)
downloadmxe-0d20234f54d5a92828e148da5dfca71755b3c4db.zip
mxe-0d20234f54d5a92828e148da5dfca71755b3c4db.tar.gz
mxe-0d20234f54d5a92828e148da5dfca71755b3c4db.tar.bz2
remove $($PKG)_SUBDIR) from FILE and URL defintions
For now this means a bit of duplication, but if the remaining references to SUBDIR can be dealt with, we should be able to get rid of the SUBDIR defintion altogether.
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index f93bf75..4de1abf 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -7,9 +7,9 @@ $(PKG)_IGNORE :=
$(PKG)_VERSION := 2.8.3
$(PKG)_CHECKSUM := 90502e4cbd47aac1689cc39d25ab62bbe0bba9fc
$(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION)
-$(PKG)_FILE := $($(PKG)_SUBDIR).zip
+$(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).zip
$(PKG)_WEBSITE := http://www.openscenegraph.org/
-$(PKG)_URL := http://www.openscenegraph.org/downloads/stable_releases/$($(PKG)_SUBDIR)/source/$($(PKG)_FILE)
+$(PKG)_URL := http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$($(PKG)_VERSION)/source/$($(PKG)_FILE)
$(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib
define $(PKG)_UPDATE