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

Context Navigation

  • Back to Ticket #380

Ticket #380: premake-4.2.1.bep

File premake-4.2.1.bep, 449 bytes (added by michaelvoliveira, 5 years ago)

fixed a typo

Line 
1DESCRIPTION="Premake"
2HOMEPAGE="http://industriousone.com/premake"
3SRC_URI="http://sourceforge.net/projects/premake/files/Premake/4.2.1/premake-4.2.1-src.zip/download"
4#CHECKSUM_MD5=""
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8
9BUILD {
10        cd premake-4.2.1
11        cd build
12        cd gmake.unix
13        make config=release
14}
15
16INSTALL {
17        cd premake-4.2.1
18        cd bin
19        cd release
20        cp premake4 /boot/common/bin
21}
22
23LICENSE="GNU GPL v2"
24COPYRIGHT="2002-2010 by Jason Perkins"

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/