comparison src/agg.mk @ 2349:f48c5b085a38

Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 11:07:07 +0200
parents f653602a0500
children 99516e73b368
comparison
equal deleted inserted replaced
2348:5ada143a0517 2349:f48c5b085a38
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 PKG := agg 4 PKG := agg
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.5
7 $(PKG)_CHECKSUM := 08f23da64da40b90184a0414369f450115cdb328 6 $(PKG)_CHECKSUM := 08f23da64da40b90184a0414369f450115cdb328
8 $(PKG)_SUBDIR := agg-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := agg-$($(PKG)_VERSION)
9 $(PKG)_FILE := agg-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := agg-$($(PKG)_VERSION).tar.gz
10 $(PKG)_WEBSITE := http://www.antigrain.com
11 $(PKG)_URL := http://www.antigrain.com/$($(PKG)_FILE) 9 $(PKG)_URL := http://www.antigrain.com/$($(PKG)_FILE)
12 $(PKG)_DEPS := gcc freetype sdl 10 $(PKG)_DEPS := gcc freetype sdl
13 11
14 define $(PKG)_UPDATE 12 define $(PKG)_UPDATE
15 wget -q -O- 'http://www.antigrain.com/download/index.html' | \ 13 wget -q -O- 'http://www.antigrain.com/download/index.html' | \