mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 18:20:07 +02:00
23 lines
610 B
Plaintext
23 lines
610 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-20120601-3.0.tar.gz"
|
|
CHECKSUM_MD5="e50f6a7afb4de00c81650f7b1a0f5aea"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
LICENSE="BSD (3-clause)"
|
|
COPYRIGHT="1992-2012 The NetBSD Foundation, Inc."
|
|
BUILD {
|
|
cd libedit-20120601-3.0
|
|
autoreconf --force --install
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
|
--disable-shared \
|
|
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libedit-20120601-3.0
|
|
make install
|
|
}
|