summaryrefslogtreecommitdiffstats
path: root/extra/doxygen/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:28:14 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:28:14 +0200
commit32d76cec4b764c5d4f99db85a8ea77e116e4bc33 (patch)
tree85b7edda151a61be754a12a304b1a67ab70a9845 /extra/doxygen/Pkgfile
parent4a4428ea2799f5058848d191cb500ce4d845ae88 (diff)
downloadnutyx-extra-32d76cec4b764c5d4f99db85a8ea77e116e4bc33.tar.gz
nutyx-extra-32d76cec4b764c5d4f99db85a8ea77e116e4bc33.tar.bz2
nutyx-extra-32d76cec4b764c5d4f99db85a8ea77e116e4bc33.tar.xz
nutyx-extra-32d76cec4b764c5d4f99db85a8ea77e116e4bc33.zip
doxygen dans extra
Diffstat (limited to 'extra/doxygen/Pkgfile')
-rw-r--r--extra/doxygen/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/doxygen/Pkgfile b/extra/doxygen/Pkgfile
new file mode 100644
index 000000000..55ad15350
--- /dev/null
+++ b/extra/doxygen/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Système de documentation pour C++, C, Java, Objective C...
+# URL: http://www.doxygen.org/
+# Maintainer: NuTyX
+# Packager: thierryn1 at hispeed dot ch
+
+name=doxygen
+version=1.7.3
+release=1
+source=(http://ftp.stack.nl/pub/users/dimitri/$name-$version.src.tar.gz)
+build() {
+ cd $name-$version
+ ./configure --prefix /usr \
+ --docdir /usr/share/doc
+ make
+ make INSTALL=$PKG/usr install
+ mkdir -p $PKG/usr/share/
+ mv $PKG/usr/man $PKG/usr/share/
+}