mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Add recipe for ACR, an AutoConf Replacement
Used by Radare.
This commit is contained in:
52
dev-util/acr/acr-0.9.9_git.recipe
Normal file
52
dev-util/acr/acr-0.9.9_git.recipe
Normal file
@@ -0,0 +1,52 @@
|
||||
SUMMARY="An autoconf replacement"
|
||||
DESCRIPTION="
|
||||
ACR is an autoconf replacement."
|
||||
HOMEPAGE="https://github.com/radare/acr"
|
||||
COPYRIGHT="2005-2012 pancake"
|
||||
LICENSE="GNU GPL v2"
|
||||
SRC_URI="git+https://github.com/radare/acr.git#e6043960ab9fc664f9e30943bd36f1b5e0904aa9"
|
||||
#CHECKSUM_SHA256=""
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
|
||||
PROVIDES="
|
||||
acr = $portVersion compat >= 0.9.9
|
||||
cmd:acr = $portVersion compat >= 0.9.9
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
cmd:awk
|
||||
coreutils
|
||||
diffutils
|
||||
cmd:getopt
|
||||
cmd:perl >= 5
|
||||
cmd:sed
|
||||
cmd:sh
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:awk
|
||||
cmd:getopt
|
||||
cmd:make
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
#BUILD_PACKAGE_ACTIVATION_PHASE=INSTALL
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make test
|
||||
}
|
||||
Reference in New Issue
Block a user