summaryrefslogtreecommitdiffstats
path: root/package/subversion/subversion.mk
diff options
context:
space:
mode:
authorRico Bachmann <bachmann@tofwerk.com>2013-08-27 19:08:05 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-08-28 00:25:59 +0200
commit1eec0012200f4162722d5337b55b431e6acd8299 (patch)
treeb16481391d8529831646a4f270f303cfe758a204 /package/subversion/subversion.mk
parent9169810a9bd97c99d8b7a0e8aadabdcca3883e99 (diff)
downloadbuildroot-1eec0012200f4162722d5337b55b431e6acd8299.tar.gz
buildroot-1eec0012200f4162722d5337b55b431e6acd8299.zip
subversion: new package
[Thomas: added license informations, fixed dependencies, and several cleanups.] Signed-off-by: Rico Bachmann <bachmann@tofwerk.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/subversion/subversion.mk')
-rw-r--r--package/subversion/subversion.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/subversion/subversion.mk b/package/subversion/subversion.mk
new file mode 100644
index 0000000000..de4db7c4e4
--- /dev/null
+++ b/package/subversion/subversion.mk
@@ -0,0 +1,28 @@
+################################################################################
+#
+# subversion
+#
+################################################################################
+
+SUBVERSION_VERSION = 1.7.9
+SUBVERSION_SITE = http://archive.apache.org/dist/subversion
+SUBVERSION_LICENSE = Apache 2.0
+SUBVERSION_LICENSE_FILES = LICENSE
+
+SUBVERSION_DEPENDENCIES = apr apr-util expat neon zlib
+SUBVERSION_CONF_OPT = \
+ --with-expat=$(STAGING_DIR)/usr/include:$(STAGING_DIR)/usr/lib: \
+ --with-apr=$(STAGING_DIR)/usr \
+ --with-apr-util=$(STAGING_DIR)/usr \
+ --with-zlib=$(STAGING_DIR)/usr \
+ --with-neon=$(STAGING_DIR)/usr \
+ --without-gssapi \
+ --without-serf \
+ --without-apxs \
+ --without-berkeyley-db \
+ --without-sasl \
+ --without-gnome-keyring \
+ --without-ssl \
+ --without-libmagic
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud