Files
haikuports/sys-apps/ed/ed-1.4.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

22 lines
445 B
Plaintext

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=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd ed-1.4
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2010 Free Software Foundation, Inc."