# Description: Documentation generation tool # URL: http://www.doxygen.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=doxygen version=1.4.7 release=1 source=(ftp://ftp.stack.nl/pub/users/dimitri/$name-$version.src.tar.gz) build() { cd $name-$version ./configure --prefix /usr make make INSTALL=$PKG/usr install }