agg: extract update_* to external update file
This commit is contained in:
parent
8dcad0a790
commit
85b21fe9f1
|
@ -9,8 +9,6 @@ makedepends="freetype-devel SDL-devel"
|
|||
short_desc="A High Quality Rendering Engine for C++"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.antigrain.com/"
|
||||
update_site="http://www.antigrain.com/download/index.html"
|
||||
update_ignore="21 22 23 2web"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.antigrain.com/agg-${version}.tar.gz"
|
||||
checksum=ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="http://www.antigrain.com/download/index.html"
|
||||
ignore="21 22 23 2web"
|
Loading…
Reference in New Issue