mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
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>
This commit is contained in:
parent
9169810a9b
commit
1eec001220
@ -97,6 +97,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|||||||
source "package/sed/Config.in"
|
source "package/sed/Config.in"
|
||||||
endif
|
endif
|
||||||
source "package/sstrip/Config.in"
|
source "package/sstrip/Config.in"
|
||||||
|
source "package/subversion/Config.in"
|
||||||
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
source "package/tar/Config.in"
|
source "package/tar/Config.in"
|
||||||
endif
|
endif
|
||||||
|
11
package/subversion/Config.in
Normal file
11
package/subversion/Config.in
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
config BR2_PACKAGE_SUBVERSION
|
||||||
|
bool "subversion"
|
||||||
|
select BR2_PACKAGE_APR_UTIL
|
||||||
|
# apr really needs shared library support
|
||||||
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
|
select BR2_PACKAGE_NEON
|
||||||
|
select BR2_PACKAGE_NEON_XML
|
||||||
|
help
|
||||||
|
Subversion is an open source version control system
|
||||||
|
|
||||||
|
http://subversion.apache.org/
|
28
package/subversion/subversion.mk
Normal file
28
package/subversion/subversion.mk
Normal file
@ -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))
|
Loading…
x
Reference in New Issue
Block a user