mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix ordering
This commit is contained in:
@@ -4,27 +4,23 @@ inspiration for the script files from scons. While scons focuses on being \
|
||||
100% correct when building, bam makes a few sacrifices to acquire fast. \
|
||||
full and incremental build times."
|
||||
HOMEPAGE="http://matricks.github.io/bam/"
|
||||
SOURCE_URI="http://github.com/downloads/matricks/bam/bam-0.4.0.tar.gz"
|
||||
CHECKSUM_SHA256="5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3"
|
||||
REVISION="1"
|
||||
|
||||
COPYRIGHT="2009 Magnus Auvinen"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://github.com/downloads/matricks/bam/bam-0.4.0.tar.gz"
|
||||
CHECKSUM_SHA256="5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3"
|
||||
PATCHES="bam-0.4.0.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="bam-0.4.0.patch"
|
||||
|
||||
PROVIDES="
|
||||
bam = $portVersion
|
||||
cmd:bam$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
cmd:lua
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user