opt/doxygen/Pkgfile
2006-06-13 12:25:18 +00:00

16 lines
335 B
Plaintext

# 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
}