moved doxygen to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 16:24:52 +00:00
parent 7f24b856d2
commit c74b08e133
3 changed files with 0 additions and 25 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/doxygen
-rwxr-xr-x root/root usr/bin/doxytag
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/doxygen.1.gz
-rw-r--r-- root/root usr/man/man1/doxytag.1.gz
-rw-r--r-- root/root usr/man/man1/doxywizard.1.gz

View File

@ -1 +0,0 @@
11db63a72bd3b510fd2fa7ae48086979 doxygen-1.4.7.src.tar.gz

View File

@ -1,15 +0,0 @@
# Description: Documentation generation tool
# URL: http://www.doxygen.org
# Maintainer:
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
}