Initial .bep file for sed-4.2.1

This commit is contained in:
Scott McCreary
2009-10-21 04:00:23 +00:00
parent 020e2116ce
commit 7ecc2547c8
2 changed files with 21 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
diff -urN sed-4.1.5.orig/lib/regexec.c sed-4.1.5/lib/regexec.c
--- sed-4.1.5.orig/lib/regexec.c 2008-06-04 18:23:17.189401740 +0000
+++ sed-4.1.5/lib/regexec.c 2008-06-04 18:26:00.994736475 +0000
diff -urN sed-4.2.1.orig/lib/regexec.c sed-4.2.1/lib/regexec.c
--- sed-4.2.1.orig/lib/regexec.c 2008-06-04 18:23:17.189401740 +0000
+++ sed-4.2.1/lib/regexec.c 2008-06-04 18:26:00.994736475 +0000
@@ -18,6 +18,8 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */

View File

@@ -0,0 +1,18 @@
DESCRIPTION="sed - a stream editor"
HOMEPAGE="http://www.gnu.org/software/sed"
SRC_URI="http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd sed-4.2.1
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd sed-4.2.1
make install
make check
}