Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -4,14 +4,15 @@ is similar to C, but differs in many substantial areas. It supports \
interactive execution of statements. bc is a utility included in the POSIX \
P1003.2/D11 draft standard."
HOMEPAGE="http://www.gnu.org/software/bc/bc.html"
SOURCE_URI="http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
CHECKSUM_SHA256="4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33"
REVISION="2"
COPYRIGHT="1991-2000 Free Software Foundation, Inc."
LICENSE="
GNU GPL v2
GNU LGPL v2.1
"
COPYRIGHT="1991-2000 Free Software Foundation, Inc."
REVISION="2"
SOURCE_URI="http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
CHECKSUM_SHA256="4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33"
PATCHES="bc-1.06.patchset"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
@@ -24,6 +25,7 @@ REQUIRES="
haiku
lib:libfl >= 2
"
BUILD_REQUIRES="
haiku_devel
"
@@ -34,8 +36,6 @@ BUILD_PREREQUIRES="
cmd:bison
"
PATCHES="bc-1.06.patchset"
BUILD()
{
runConfigure --omit-dirs "docDir dataRootDir" ./configure