]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/subversion/subversion_1.2.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / subversion / subversion_1.2.0.bb
1 DESCRIPTION = "The Subversion (svn) client"
2 SECTION = "console/network"
3 DEPENDS = "apr-util"
4 MAINTAINER = "Mustafa Yuecel <yuecelm@ee.ethz.ch>"
5 LICENSE = "GPL"
6
7 PR = "r0"
8
9 SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
10            file://disable-revision-install.patch;patch=1"
11
12 EXTRA_OECONF = "--without-neon --without-berkeley-db --without-apxs --without-apache --without-swig --with-apr=${STAGING_BINDIR} --with-apr-util=${STAGING_BINDIR}"
13
14 inherit autotools
15
16 do_configure() {
17   oe_runconf
18 }