opt/doxygen/Pkgfile

16 lines
335 B
Plaintext
Raw Normal View History

# Description: Documentation generation tool
2006-02-23 16:26:10 +01:00
# URL: http://www.doxygen.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
name=doxygen
version=1.4.6
release=2
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
}