description="Useful for extracting specially formatted comments from the code to create API docs. "
url="http://www.gnome.org/"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B, Remy"

makedepends=(docbook-xml docbook-xsl itstool libxslt)
run=(python-six python-pygments)

name=gtk-doc
version=1.32
release=2

source=(https://download.gnome.org/sources/$name/$version/$name-$version.tar.xz)

uptodate(){
local latest lastversion url
url="https://download.gnome.org/sources/$name"
latest="`lynx -read_timeout=20 -dump -listonly -nonumbers \
$url/?C=N\;O=D|grep [0-9]/$|head -1`"
lastversion="`lynx -read_timeout=20 -dump -listonly -nonumbers \
$latest/?C=N\;O=D|grep LATEST|grep [0-9]$|cut -d "-" -f4`"
echo "$lastversion"
}
