mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
acr, bump version (#2595)
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
SUMMARY="An autoconf replacement"
|
||||
DESCRIPTION="
|
||||
ACR tries to replace autoconf functionality generating a full-compatible \
|
||||
'configure' script (runtime flags). But using shell-script instead of m4. \
|
||||
This means that ACR is faster, smaller and easy to use.
|
||||
"
|
||||
DESCRIPTION="ACR tries to replace autoconf functionality generating a \
|
||||
full-compatible 'configure' script (runtime flags). But using shell-script \
|
||||
instead of m4. This means that ACR is faster, smaller and easy to use."
|
||||
HOMEPAGE="https://github.com/radare/acr"
|
||||
COPYRIGHT="2005-2012 pancake"
|
||||
COPYRIGHT="2005-2018 pancake"
|
||||
LICENSE="GNU GPL v2"
|
||||
SOURCE_URI="https://github.com/radare/acr/archive/0.9.9.tar.gz"
|
||||
CHECKSUM_SHA256="7785b97cabfcfde6d0b5c2eeb94be779cad23a11b046c10cff84a11a8c2dc1f5"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/radare/acr/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="12b2f5ceb4da4507fba5242fe5596b8e25916478709f1d6189cbc016b01e6661"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64 ?arm"
|
||||
|
||||
PROVIDES="
|
||||
@@ -38,11 +37,14 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:find
|
||||
cmd:getopt
|
||||
cmd:make
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
cmd:getopt
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
Reference in New Issue
Block a user