mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
39 lines
699 B
Plaintext
39 lines
699 B
Plaintext
DESCRIPTION="
|
|
Cherokee is an innovative, feature rich, and yet easy to configure open source \
|
|
web server.
|
|
"
|
|
HOMEPAGE="http://www.cherokee-project.com"
|
|
SRC_URI="http://cherokee.osuosl.org/1.2/1.2.101/cherokee-1.2.101.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND=""
|
|
CHECKSUM_MD5="ef47003355a2e368e4d9596cd070ef23"
|
|
BUILD()
|
|
{
|
|
cd cherokee-1.2.101
|
|
libtoolize --force --copy --install
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
|
--enable-nls=no
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd cherokee-1.2.101
|
|
make install
|
|
}
|
|
|
|
TEST()
|
|
{
|
|
cd cherokee-1.2.101
|
|
# make test
|
|
# make check
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2001-2011 Alvaro Lopez Ortega"
|