mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
21 lines
530 B
Plaintext
21 lines
530 B
Plaintext
DESCRIPTION="A BSD licensed replacement for the GNU readline library."
|
|
HOMEPAGE="http://www.thrysoee.dk/editline/"
|
|
SRC_URI="http://www.thrysoee.dk/editline/libedit-20100424-3.0.tar.gz"
|
|
CHECKSUM_MD5="eb4482139525beff12c8ef59f1a84aae"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
LICENSE="BSD (3-clause)"
|
|
COPYRIGHT="1992-2010 The NetBSD Foundation, Inc."
|
|
BUILD {
|
|
cd libedit-20100424-3.0
|
|
autoreconf --force --install
|
|
./configure --prefix=/boot/common --disable-shared
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libedit-20100424-3.0
|
|
make install
|
|
}
|