Files
haikuports/dev-libs/libevent/libevent-1.4.11.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

24 lines
505 B
Plaintext

DESCRIPTION="Libevent"
HOMEPAGE="http://monkey.org/~provos/libevent/"
SRC_URI="http://monkey.org/~provos/libevent-1.4.11-stable.tar.gz"
CHECKSUM_MD5="3d2dfe659a84441dd27e4587b5ffe0fe"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd libevent-1.4.11-stable
autoreconf -vfi
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd libevent-1.4.11-stable
make install
}
LICENSE="BSD (3-clause)"
COPYRIGHT="2000-2007 Niels Provos, 2005 Nick Mathewson, and other contributors."