summaryrefslogtreecommitdiffstats
path: root/base/grep
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 /base/grep
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 'base/grep')
-rw-r--r--base/grep/.footprint.i68617
-rw-r--r--base/grep/.footprint.x86_6417
-rw-r--r--base/grep/.md5sum.i6861
-rw-r--r--base/grep/.md5sum.x86_641
-rwxr-xr-xbase/grep/Pkgfile21
5 files changed, 0 insertions, 57 deletions
diff --git a/base/grep/.footprint.i686 b/base/grep/.footprint.i686
deleted file mode 100644
index 21af1f465..000000000
--- a/base/grep/.footprint.i686
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root bin/
--rwxr-xr-x root/root bin/egrep
--rwxr-xr-x root/root bin/fgrep
--rwxr-xr-x root/root bin/grep
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/info/
--rw-r--r-- root/root usr/share/info/grep.info.gz
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/grep.mo
-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/egrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/fgrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/grep.1.gz
diff --git a/base/grep/.footprint.x86_64 b/base/grep/.footprint.x86_64
deleted file mode 100644
index 21af1f465..000000000
--- a/base/grep/.footprint.x86_64
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root bin/
--rwxr-xr-x root/root bin/egrep
--rwxr-xr-x root/root bin/fgrep
--rwxr-xr-x root/root bin/grep
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/info/
--rw-r--r-- root/root usr/share/info/grep.info.gz
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/grep.mo
-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/egrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/fgrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/grep.1.gz
diff --git a/base/grep/.md5sum.i686 b/base/grep/.md5sum.i686
deleted file mode 100644
index 5131e83a5..000000000
--- a/base/grep/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-cb2dfc502c5afc7a4a6e5f6cefd6850e grep-2.8.tar.gz
diff --git a/base/grep/.md5sum.x86_64 b/base/grep/.md5sum.x86_64
deleted file mode 100644
index 5131e83a5..000000000
--- a/base/grep/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-cb2dfc502c5afc7a4a6e5f6cefd6850e grep-2.8.tar.gz
diff --git a/base/grep/Pkgfile b/base/grep/Pkgfile
deleted file mode 100755
index 2601c697b..000000000
--- a/base/grep/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Programme pour rechercher à travers des fichiers.
-# URL: http://www.gnu.org/software/grep/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=grep
-version=2.8
-release=1
-source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz )
-
-build() {
-cd $name-$version
-./configure --prefix=/usr --mandir=/usr/share/man \
- --infodir=/usr/share/info --without-included-regex \
- --bindir=/bin
-make
-make DESTDIR=$PKG install
-if [ -f $PKG/usr/share/info/dir ]; then
- rm $PKG/usr/share/info/dir
-fi
-}