mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Initial .bep file for enet-1.2.2 from michaelvoliveira.
This commit is contained in:
22
net-libs/enet/enet-1.2.2.bep
Normal file
22
net-libs/enet/enet-1.2.2.bep
Normal file
@@ -0,0 +1,22 @@
|
||||
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=/boot/common
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd enet-1.2.2
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2002-2010 Lee Salzman"
|
||||
Reference in New Issue
Block a user