mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
19 lines
438 B
Plaintext
19 lines
438 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=""
|
|
BUILD {
|
|
cd libedit-20100424-3.0
|
|
autoreconf --force --install
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libedit-20100424-3.0
|
|
make install
|
|
}
|