mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add ed with bep/opd contributed by mjw.
Trivial correction to the bep by myself.
This commit is contained in:
17
sys-apps/ed/ed-1.4.bep
Normal file
17
sys-apps/ed/ed-1.4.bep
Normal 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
|
||||
}
|
||||
5
sys-apps/ed/ed.OptionalPackageDescription
Normal file
5
sys-apps/ed/ed.OptionalPackageDescription
Normal 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/
|
||||
Reference in New Issue
Block a user