doxygen: extract update_* to external update file
This commit is contained in:
parent
e0c562b46d
commit
1e08d250d4
2 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,6 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.doxygen.org/"
|
||||
license="GPL-2"
|
||||
distfiles="http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${version}.src.tar.gz"
|
||||
update_site="http://www.stack.nl/~dimitri/doxygen/download.html"
|
||||
update_ignore="*.bin"
|
||||
checksum=d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
2
srcpkgs/doxygen/update
Normal file
2
srcpkgs/doxygen/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="http://www.stack.nl/~dimitri/doxygen/download.html"
|
||||
ignore="*.bin"
|
Loading…
Reference in a new issue