mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
Fix ordering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user