Files
haikuports/dev-util/premake/premake-4.3.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
579 B
Plaintext

DESCRIPTION="Powerfully simple build configuration"
HOMEPAGE="http://industriousone.com/premake"
SRC_URI="http://sourceforge.net/projects/premake/files/Premake/4.3/premake-4.3-src.zip/download"
CHECKSUM_MD5="8cfafee76f9665c93b2e9ad15b015eb7"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd premake-4.3/build/gmake.unix
make config=release
}
INSTALL()
{
cd premake-4.3/bin/release
mkdir -p $DESTDIR`finddir B_COMMON_BIN_DIRECTORY`
install -m 0755 premake4 $DESTDIR`finddir B_COMMON_BIN_DIRECTORY`
}
LICENSE="BSD (2-clause)"
COPYRIGHT="2012 Industrious One, LLC"