mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
23 lines
629 B
Plaintext
23 lines
629 B
Plaintext
DESCRIPTION="A BSD licensed replacement for the GNU readline library."
|
|
HOMEPAGE="http://www.thrysoee.dk/editline/"
|
|
SRC_URI="http://ports-space.haiku-files.org/dev-libs/source/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=`finddir B_COMMON_DIRECTORY` \
|
|
--disable-shared \
|
|
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libedit-20100424-3.0
|
|
make install
|
|
}
|