Add ed with bep/opd contributed by mjw.

Trivial correction to the bep by myself.
This commit is contained in:
Chris Roberts
2010-04-26 19:46:09 +00:00
parent fc5150d7a4
commit 321a8cd2c5
2 changed files with 22 additions and 0 deletions

17
sys-apps/ed/ed-1.4.bep Normal file
View File

@@ -0,0 +1,17 @@
DESCRIPTION="Your basic line editor"
HOMEPAGE="http://www.gnu.org/sofrware/ed/"
SRC_URI="http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ed/ed-1.4.tar.gz"
CHECKSUM_MD5="da0ddc0e0b0bec2da4b13b0d0d1bce2b"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd ed-1.4
./configure --prefix=/boot/common
make
}
INSTALL {
cd ed-1.4
make install
}

View File

@@ -0,0 +1,5 @@
Package: ed
Version: 1.4
Copyright: 1992-2010 Free Software Foundation, Inc.
License: GNU GPL v3
URL: http://www.gnu.org/software/ed/