diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
commit | 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch) | |
tree | 819b14ab0377fe2054fe59866669d904e9e0b4b5 /base/sed | |
parent | c9972ec7f32bf9d37388e853fe9bf633e242d05a (diff) | |
download | nutyx-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/sed')
-rw-r--r-- | base/sed/.footprint.i686 | 13 | ||||
-rw-r--r-- | base/sed/.footprint.x86_64 | 13 | ||||
-rw-r--r-- | base/sed/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/sed/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | base/sed/Pkgfile | 20 |
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 -} |