summaryrefslogtreecommitdiffstats
path: root/src/agg.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-13 09:31:41 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-13 09:31:41 (GMT)
commitca6af26653c2ed7352fbbe9e9a60a81a8b1a902e (patch)
treee8fb0f0ad292f3f3fce5263361437d0bced38318 /src/agg.mk
parenta74d9b9b418e2f69e8ca33ced3fc45741fba2a61 (diff)
parent9689f3e7d807c3b7978a2373120d6fe923e34982 (diff)
downloadmxe-ca6af26653c2ed7352fbbe9e9a60a81a8b1a902e.zip
mxe-ca6af26653c2ed7352fbbe9e9a60a81a8b1a902e.tar.gz
mxe-ca6af26653c2ed7352fbbe9e9a60a81a8b1a902e.tar.bz2
Merge pull request #848 from LuaAndC/agg-revived
Revert "package agg: use mxe pkg mirror until project relocates"
Diffstat (limited to 'src/agg.mk')
-rw-r--r--src/agg.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/agg.mk b/src/agg.mk
index 9211ff2..2690b6a 100644
--- a/src/agg.mk
+++ b/src/agg.mk
@@ -7,15 +7,10 @@ $(PKG)_VERSION := 2.5
$(PKG)_CHECKSUM := 08f23da64da40b90184a0414369f450115cdb328
$(PKG)_SUBDIR := agg-$($(PKG)_VERSION)
$(PKG)_FILE := agg-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := $(PKG_MIRROR)/$($(PKG)_FILE)
+$(PKG)_URL := http://www.antigrain.com/$($(PKG)_FILE)
$(PKG)_DEPS := gcc freetype sdl
define $(PKG)_UPDATE
- echo 'TODO: package agg is moving: https://github.com/mxe/mxe/issues/386' >&2;
- echo $(agg_VERSION)
-endef
-
-define $(PKG)_UPDATE_OLD
$(WGET) -q -O- 'http://www.antigrain.com/download/index.html' | \
$(SED) -n 's,.*<A href="http://www.antigrain.com/agg-\([0-9.]*\).tar.gz".*,\1,p' | \
head -1