mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
18 lines
418 B
Plaintext
18 lines
418 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"
|
|
CHECKSUM_MD5="1e6dad38e8499d71b9c78045e5536734"
|
|
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
|
|
}
|