Work towards getting subversion with all dependencies built. The remaining

problem is that apr-util won't build yet, due to it relying on the sources of apr being around. We need support for source packages to solve that, so that will be the next step.
This commit is contained in:
Oliver Tappe
2013-04-14 22:06:31 +00:00
parent 93daa4e027
commit 66cce01b0c
7 changed files with 258 additions and 70 deletions

View File

@@ -1,21 +1,31 @@
SUMMARY="XML Parser Toolkit"
DESCRIPTION="XML Parser Toolkit"
SUMMARY="XML parser toolkit"
DESCRIPTION="
XML Parser Toolkit
"
HOMEPAGE="http://expat.sourceforge.net/"
SRC_URI="http://iweb.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1.tar.gz"
CHECKSUM_MD5="ee8b492592568805593f81f8cdf2a04c"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="expat = $portVersion compat >= 2.0
lib:libexpat = $portVersion compat >= 1.5"
REQUIRES="haiku >= $haikuVersion"
BUILD_REQUIRES="cmd:aclocal
PROVIDES="
expat = $portVersion compat >= 2.0
lib:libexpat = $portVersion compat >= 1.5
"
REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES="
cmd:aclocal
cmd:autoconf
cmd:gcc
cmd:ld
cmd:libtoolize
cmd:make"
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion"
cmd:make
"
BUILD_PREREQUIRES="
haiku-devel >= $haikuVersion
"
SOURCE_DIR="$portVersionedName"
@@ -37,5 +47,7 @@ INSTALL()
}
LICENSE="MIT"
COPYRIGHT="1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
2001-2006 Expat maintainers."
COPYRIGHT="
1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
2001-2006 Expat maintainers.
"