[oe-commits] org.oe.dev subversion: Add version 1.4.5

coredump2 commit openembedded-commits at lists.openembedded.org
Thu Nov 29 18:07:47 UTC 2007


subversion: Add version 1.4.5

Author: coredump2 at openembedded.org
Branch: org.openembedded.dev
Revision: 6c0d8f89df744e5ba950a365ae5cedd67e54d2de
ViewMTN: http://monotone.openembedded.org/revision/info/6c0d8f89df744e5ba950a365ae5cedd67e54d2de
Files:
1
packages/subversion/subversion_1.4.5.bb
Diffs:

#
# mt diff -rf477e212a4365a149188e6bbaba24edd50e70a19 -r6c0d8f89df744e5ba950a365ae5cedd67e54d2de
#
# 
# 
# add_file "packages/subversion/subversion_1.4.5.bb"
#  content [680bf01cbd49adaec6a24e728327d7aec6fbaa94]
# 
============================================================
--- packages/subversion/subversion_1.4.5.bb	680bf01cbd49adaec6a24e728327d7aec6fbaa94
+++ packages/subversion/subversion_1.4.5.bb	680bf01cbd49adaec6a24e728327d7aec6fbaa94
@@ -0,0 +1,33 @@
+DESCRIPTION = "The Subversion (svn) client"
+SECTION = "console/network"
+DEPENDS = "apr-util neon"
+RDEPENDS = "neon"
+LICENSE = "Apache BSD"
+HOMEPAGE = "http://subversion.tigris.org"
+
+PR = "r0"
+
+SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
+           file://disable-revision-install.patch;patch=1 \
+	   file://neon-detection.patch;patch=1"
+
+EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${TARGET_SYS} \
+                --without-berkeley-db --without-apxs --without-apache \
+                --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
+                --with-apr-util=${STAGING_BINDIR_CROSS}"
+
+
+inherit autotools
+
+export LDFLAGS += " -L${STAGING_LIBDIR} "
+
+do_configure() {
+	gnu-configize
+	libtoolize --force
+	aclocal -I build/ -I build/ac-macros/ && autoconf
+	oe_runconf
+}
+
+do_stage() {
+	autotools_stage_all
+}






More information about the Openembedded-commits mailing list