From cbc8989dce642134d4251c829a95c7871373dbb3 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 15 Oct 2011 15:25:01 +0200 Subject: ctags dans extra --- base/ctags/.footprint.i686 | 7 ------- base/ctags/.footprint.x86_64 | 7 ------- base/ctags/.md5sum.i686 | 1 - base/ctags/.md5sum.x86_64 | 1 - base/ctags/Pkgfile | 18 ------------------ 5 files changed, 34 deletions(-) delete mode 100644 base/ctags/.footprint.i686 delete mode 100644 base/ctags/.footprint.x86_64 delete mode 100644 base/ctags/.md5sum.i686 delete mode 100644 base/ctags/.md5sum.x86_64 delete mode 100755 base/ctags/Pkgfile (limited to 'base') 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 - -} -- cgit v1.2.3-70-g09d2