HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #387

Ticket #387: enet-1.3.0.bep

File enet-1.3.0.bep, 381 bytes (added by michaelvoliveira, 5 years ago)

Builds both GCC2 and GCC4. Tested with haikuporter

Line 
1DESCRIPTION="enet"
2HOMEPAGE="http://enet.bespin.org"
3SRC_URI="http://enet.bespin.org/download/enet-1.3.0.tar.gz"
4#CHECKSUM_MD5=""
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8
9BUILD {
10        cd enet-1.3.0
11        libtoolize --force --copy --install
12        autoreconf -i
13        ./configure --prefix=/boot/common
14}
15
16INSTALL {
17        cd enet-1.3.0
18        make install
19}
20
21LICENSE="MIT"
22COPYRIGHT="2002-2010 Lee Salzman"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/