summaryrefslogtreecommitdiffstats
path: root/base/sed/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:31:14 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:31:14 +0200
commit9db4766d352665c31b2a5595367fc627f2ad195c (patch)
treedbc7d2a2d71e73d148448e1724b1b3d2ff0b7f2f /base/sed/Pkgfile
parentab657b82f91c5d4d1d28f4ce1a68060df62df0c0 (diff)
downloadnutyx-pakxe-9db4766d352665c31b2a5595367fc627f2ad195c.tar.gz
nutyx-pakxe-9db4766d352665c31b2a5595367fc627f2ad195c.tar.bz2
nutyx-pakxe-9db4766d352665c31b2a5595367fc627f2ad195c.tar.xz
nutyx-pakxe-9db4766d352665c31b2a5595367fc627f2ad195c.zip
Ajout de sed#4.2.1-1
Diffstat (limited to 'base/sed/Pkgfile')
-rwxr-xr-xbase/sed/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/sed/Pkgfile b/base/sed/Pkgfile
new file mode 100755
index 000000000..fb4cfe0fa
--- /dev/null
+++ b/base/sed/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+# Depends on: db
+
+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 DESTDIR=$PKG install
+ rm -r $PKG/usr/share/info/dir
+}