mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix ordering
This commit is contained in:
@@ -5,11 +5,14 @@ takes compiler-independent description of build tasks as input and generates \
|
||||
native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.).
|
||||
"
|
||||
HOMEPAGE="http://www.bakefile.org"
|
||||
COPYRIGHT="2003-2007 Vaclav Slavik"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/bakefile/files/bakefile/0.2.8/bakefile-0.2.8.tar.gz/download"
|
||||
CHECKSUM_SHA256="e262b5edff1c9126cc32de7d3fcef5b24e997156f91f5a6eeccb45d29522fd1c"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2003-2007 Vaclav Slavik"
|
||||
PATCHES="
|
||||
bakefile-0.2.8.patch
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -17,14 +20,12 @@ PROVIDES="
|
||||
bakefile = $portVersion
|
||||
cmd:bakefile = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:python
|
||||
@@ -38,10 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:autoreconf
|
||||
"
|
||||
|
||||
PATCHES="
|
||||
bakefile-0.2.8.patch
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
touch ./ChangeLog
|
||||
|
||||
Reference in New Issue
Block a user