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

@@ -6,11 +6,11 @@ particularly suited for web sites crawling under very high loads while needing \
persistence or Layer7 processing.
"
HOMEPAGE="http://www.haproxy.org/"
SOURCE_URI="git://github.com/haproxy/haproxy.git"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="2012 Willy Tarreau"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="git://github.com/haproxy/haproxy.git"
PATCHES="haproxy-$portVersion.patchset"
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
@@ -21,14 +21,11 @@ PROVIDES="
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
haiku_devel
cmd:make
cmd:gcc
"
PATCHES="haproxy-$portVersion.patchset"
BUILD()
{