mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
@@ -1,19 +1,19 @@
|
||||
SUMMARY="Native makefiles generator"
|
||||
DESCRIPTION="
|
||||
Bakefile is cross-platform, cross-compiler native makefiles generator. It \
|
||||
takes compiler-independent description of build tasks as input and generates \
|
||||
native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.)."
|
||||
DESCRIPTION="Bakefile is cross-platform, cross-compiler native makefiles \
|
||||
generator. It 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"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/bakefile/files/bakefile/0.2.8/bakefile-0.2.8.tar.gz/download"
|
||||
CHECKSUM_SHA256="e262b5edff1c9126cc32de7d3fcef5b24e997156f91f5a6eeccb45d29522fd1c"
|
||||
PATCHES="
|
||||
bakefile-0.2.8.patch
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 !x86_64"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bakefile = $portVersion
|
||||
@@ -21,13 +21,14 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libpython2.7
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:python
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:touch
|
||||
@@ -42,6 +43,7 @@ BUILD()
|
||||
{
|
||||
touch ./ChangeLog
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
automake --add-missing
|
||||
autoreconf -i
|
||||
runConfigure ./configure
|
||||
|
||||
Reference in New Issue
Block a user