opt/doxygen/Pkgfile

16 lines
335 B
Plaintext
Raw Normal View History

# Description: Documentation generation tool
2006-02-23 15:26:10 +00:00
# URL: http://www.doxygen.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 15:26:10 +00:00
name=doxygen
2006-06-13 12:25:18 +00:00
version=1.4.7
release=1
2006-02-23 15:26:10 +00:00
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
}