summaryrefslogtreecommitdiffstats
path: root/base/sed
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:12:28 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:12:28 +0100
commit9291e062cb24bac5d7c7059d4dc64669c1917b33 (patch)
treeae6f7e4fb2769d6c53b214c5e0b4d862f1df98dc /base/sed
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-pakxe-9291e062cb24bac5d7c7059d4dc64669c1917b33.tar.gz
nutyx-pakxe-9291e062cb24bac5d7c7059d4dc64669c1917b33.tar.bz2
nutyx-pakxe-9291e062cb24bac5d7c7059d4dc64669c1917b33.tar.xz
nutyx-pakxe-9291e062cb24bac5d7c7059d4dc64669c1917b33.zip
aaabasicfs 2011-3 et split des dépot base et extra en 2 git séparé
Diffstat (limited to 'base/sed')
-rw-r--r--base/sed/.footprint.i68613
-rw-r--r--base/sed/.footprint.x86_6413
-rw-r--r--base/sed/.md5sum.i6861
-rw-r--r--base/sed/.md5sum.x86_641
-rwxr-xr-xbase/sed/Pkgfile20
5 files changed, 0 insertions, 48 deletions
diff --git a/base/sed/.footprint.i686 b/base/sed/.footprint.i686
deleted file mode 100644
index d18122c75..000000000
--- a/base/sed/.footprint.i686
+++ /dev/null
@@ -1,13 +0,0 @@
-drwxr-xr-x root/root bin/
--rwxr-xr-x root/root bin/sed
-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/sed.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/sed.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/sed.1.gz
diff --git a/base/sed/.footprint.x86_64 b/base/sed/.footprint.x86_64
deleted file mode 100644
index d18122c75..000000000
--- a/base/sed/.footprint.x86_64
+++ /dev/null
@@ -1,13 +0,0 @@
-drwxr-xr-x root/root bin/
--rwxr-xr-x root/root bin/sed
-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/sed.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/sed.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/sed.1.gz
diff --git a/base/sed/.md5sum.i686 b/base/sed/.md5sum.i686
deleted file mode 100644
index fbb079b39..000000000
--- a/base/sed/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-f0fd4d7da574d4707e442285fd2d3b86 sed-4.2.1.tar.gz
diff --git a/base/sed/.md5sum.x86_64 b/base/sed/.md5sum.x86_64
deleted file mode 100644
index fbb079b39..000000000
--- a/base/sed/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-f0fd4d7da574d4707e442285fd2d3b86 sed-4.2.1.tar.gz
diff --git a/base/sed/Pkgfile b/base/sed/Pkgfile
deleted file mode 100755
index 7a5f27810..000000000
--- a/base/sed/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Editeur de fichier a la volee (Stream)
-# URL: http://www.gnu.org/software/sed//sed.html
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=sed
-version=4.2.1
-release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
-
-build() {
-cd $name-$version
-./configure --prefix=/usr \
- --bindir=/bin \
- --htmldir=/usr/share/doc/sed-$version
- make
- make html
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/info/dir
-}