Files
haikuports/dev-libs/libedit/libedit-20090923.bep
Chris Roberts 62a6c620ab Adding libedit(aka editline) to the port tree.
Patch is fairly small and has been submitted to the upstream maintainer.
2009-10-29 21:54:50 +00:00

17 lines
370 B
Plaintext

DESCRIPTION="libedit - A BSD licensed replacement for the GNU readline library."
HOMEPAGE="http://www.thrysoee.dk/editline/"
SRC_URI="http://www.thrysoee.dk/editline/libedit-20090923-3.0.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libedit-20090923-3.0
./configure --prefix=/boot/common
make
}
INSTALL {
cd libedit-20090923-3.0
make install
}