diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:25:01 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:25:01 +0200 |
commit | cbc8989dce642134d4251c829a95c7871373dbb3 (patch) | |
tree | 4dde6d6fa570a5d4b59bda6bc3c23fc887370675 /base | |
parent | 76cf189305062aa16c9c47f97bd5b9b079200fe4 (diff) | |
download | nutyx-pakxe-cbc8989dce642134d4251c829a95c7871373dbb3.tar.gz nutyx-pakxe-cbc8989dce642134d4251c829a95c7871373dbb3.tar.bz2 nutyx-pakxe-cbc8989dce642134d4251c829a95c7871373dbb3.tar.xz nutyx-pakxe-cbc8989dce642134d4251c829a95c7871373dbb3.zip |
ctags dans extra
Diffstat (limited to 'base')
-rw-r--r-- | base/ctags/.footprint.i686 | 7 | ||||
-rw-r--r-- | base/ctags/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | base/ctags/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/ctags/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | base/ctags/Pkgfile | 18 |
5 files changed, 0 insertions, 34 deletions
diff --git a/base/ctags/.footprint.i686 b/base/ctags/.footprint.i686 deleted file mode 100644 index 7c208e304..000000000 --- a/base/ctags/.footprint.i686 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ctags -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/ctags.1.gz diff --git a/base/ctags/.footprint.x86_64 b/base/ctags/.footprint.x86_64 deleted file mode 100644 index 7c208e304..000000000 --- a/base/ctags/.footprint.x86_64 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ctags -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/ctags.1.gz diff --git a/base/ctags/.md5sum.i686 b/base/ctags/.md5sum.i686 deleted file mode 100644 index d3a3d6179..000000000 --- a/base/ctags/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -c00f82ecdcc357434731913e5b48630d ctags-5.8.tar.gz diff --git a/base/ctags/.md5sum.x86_64 b/base/ctags/.md5sum.x86_64 deleted file mode 100644 index d3a3d6179..000000000 --- a/base/ctags/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -c00f82ecdcc357434731913e5b48630d ctags-5.8.tar.gz diff --git a/base/ctags/Pkgfile b/base/ctags/Pkgfile deleted file mode 100755 index ffb5bbfb8..000000000 --- a/base/ctags/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Permet de générer un fichier d'index -# URL: http://ctags.sourceforge.net/ -# Maintainer: NutyX core team -# Packager: thierryn1 at hispeed dot ch - -name=ctags -version=5.8 -release=1 -source=(http://prdownloads.sourceforge.net/$name/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make - make prefix=$PKG/usr mandir=$PKG/usr/share/man install - -} |