Files
haikuports/net-libs/enet/enet-1.2.2.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

25 lines
432 B
Plaintext

DESCRIPTION="enet"
HOMEPAGE="http://enet.bespin.org"
SRC_URI="http://enet.bespin.org/download/enet-1.2.2.tar.gz"
CHECKSUM_MD5="bae05cb752649e8c692944d5480fb861"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd enet-1.2.2
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=`finddir B_COMMON_DIRECTORY`
}
INSTALL()
{
cd enet-1.2.2
make install
}
LICENSE="MIT"
COPYRIGHT="2002-2010 Lee Salzman"