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

@@ -23,11 +23,14 @@ the following:
- thread and Process management
- various data structures (tables, hashes, priority queues, etc)"
HOMEPAGE="http://apr.apache.org/"
COPYRIGHT="2010 The Apache Software Foundation."
LICENSE="Apache v2"
REVISION="4"
SOURCE_URI="http://archive.apache.org/dist/apr/apr-util-1.3.10.tar.gz"
CHECKSUM_SHA256="7c37ac40b2351bfc23000fb6b7b54a67e0872255df315c82eb60c821bcef4b23"
LICENSE="Apache v2"
COPYRIGHT="2010 The Apache Software Foundation."
REVISION="4"
SOURCE_DIR="apr-util-$portVersion"
PATCHES="apr_util-1.3.10.patch"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
@@ -40,6 +43,7 @@ REQUIRES="
apr >= 1.3.9
expat >= 2.0
"
BUILD_REQUIRES="
$REQUIRES
"
@@ -54,10 +58,6 @@ BUILD_PREREQUIRES="
cmd:make
"
PATCHES="apr_util-1.3.10.patch"
SOURCE_DIR="apr-util-$portVersion"
BUILD()
{
aprUtilPackageLinksDir=$(finddir B_PACKAGE_LINKS_DIRECTORY)/$portRevisionedName