mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Initial .bep file for sed-4.2.1
This commit is contained in:
@@ -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. */
|
||||
18
sys-apps/sed/sed-4.2.1.bep
Normal file
18
sys-apps/sed/sed-4.2.1.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user