diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
commit | 364eb3f4561747275c1649fda3fd60c1c16632f9 (patch) | |
tree | f65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/doxygen | |
parent | 9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff) | |
download | nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2 nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip |
Suppression des ports extra
Diffstat (limited to 'extra/doxygen')
-rw-r--r-- | extra/doxygen/.footprint.i686 | 9 | ||||
-rw-r--r-- | extra/doxygen/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | extra/doxygen/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/doxygen/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/doxygen/Pkgfile | 18 |
5 files changed, 0 insertions, 38 deletions
diff --git a/extra/doxygen/.footprint.i686 b/extra/doxygen/.footprint.i686 deleted file mode 100644 index 56c0525d7..000000000 --- a/extra/doxygen/.footprint.i686 +++ /dev/null @@ -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/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/extra/doxygen/.footprint.x86_64 b/extra/doxygen/.footprint.x86_64 deleted file mode 100644 index 56c0525d7..000000000 --- a/extra/doxygen/.footprint.x86_64 +++ /dev/null @@ -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/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/extra/doxygen/.md5sum.i686 b/extra/doxygen/.md5sum.i686 deleted file mode 100644 index 3e6d5e98c..000000000 --- a/extra/doxygen/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -6cc5ad566dbec5cf843dc600b1162808 doxygen-1.7.3.src.tar.gz diff --git a/extra/doxygen/.md5sum.x86_64 b/extra/doxygen/.md5sum.x86_64 deleted file mode 100644 index 3e6d5e98c..000000000 --- a/extra/doxygen/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -6cc5ad566dbec5cf843dc600b1162808 doxygen-1.7.3.src.tar.gz diff --git a/extra/doxygen/Pkgfile b/extra/doxygen/Pkgfile deleted file mode 100644 index 55ad15350..000000000 --- a/extra/doxygen/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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/ -} |