buildrootschalter/package/subversion/subversion.mk
Simon Dawson ab836f14e6 package: standardise Apache licenses
Apache licenses are referred to in a variety of ways; standardise these,
choosing a form which does not contain whitespace.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-01-02 15:12:02 +01:00

29 lines
815 B
Makefile

################################################################################
#
# subversion
#
################################################################################
SUBVERSION_VERSION = 1.7.14
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))