summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /doxygen
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/.footprint.i6869
-rw-r--r--doxygen/.footprint.x86_649
-rw-r--r--doxygen/.md5sum.i6861
-rw-r--r--doxygen/.md5sum.x86_641
-rw-r--r--doxygen/Pkgfile18
5 files changed, 38 insertions, 0 deletions
diff --git a/doxygen/.footprint.i686 b/doxygen/.footprint.i686
new file mode 100644
index 000000000..56c0525d7
--- /dev/null
+++ b/doxygen/.footprint.i686
@@ -0,0 +1,9 @@
+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/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/doxygen.1.gz
+-rw-r--r-- root/root usr/share/man/man1/doxytag.1.gz
diff --git a/doxygen/.footprint.x86_64 b/doxygen/.footprint.x86_64
new file mode 100644
index 000000000..56c0525d7
--- /dev/null
+++ b/doxygen/.footprint.x86_64
@@ -0,0 +1,9 @@
+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/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/doxygen.1.gz
+-rw-r--r-- root/root usr/share/man/man1/doxytag.1.gz
diff --git a/doxygen/.md5sum.i686 b/doxygen/.md5sum.i686
new file mode 100644
index 000000000..3e6d5e98c
--- /dev/null
+++ b/doxygen/.md5sum.i686
@@ -0,0 +1 @@
+6cc5ad566dbec5cf843dc600b1162808 doxygen-1.7.3.src.tar.gz
diff --git a/doxygen/.md5sum.x86_64 b/doxygen/.md5sum.x86_64
new file mode 100644
index 000000000..3e6d5e98c
--- /dev/null
+++ b/doxygen/.md5sum.x86_64
@@ -0,0 +1 @@
+6cc5ad566dbec5cf843dc600b1162808 doxygen-1.7.3.src.tar.gz
diff --git a/doxygen/Pkgfile b/doxygen/Pkgfile
new file mode 100644
index 000000000..55ad15350
--- /dev/null
+++ b/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/
+}