Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #############################################################
- #
- # subversion
- #
- #############################################################
- SUBVERSION_VERSION = 1.7.4
- SUBVERSION_SITE = http://archive.apache.org/dist/subversion
- SUBVERSION_INSTALL_STAGING = YES
- SUBVERSION_DEPENDENCIES = apr-util sqlite neon zlib
- SUBVERSION_CONF_OPT = \
- --with-apr=$(STAGING_DIR)/usr \
- --with-apr-util=$(STAGING_DIR)/usr \
- --with-zlib=$(STAGING_DIR)/usr \
- --with-sqlite=$(STAGING_DIR)/usr \
- --with-neon=$(STAGING_DIR)/usr
- $(eval $(call AUTOTARGETS))
- -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
- config BR2_PACKAGE_SUBVERSION
- bool "subversion"
- select BR2_PACKAGE_APR_UTIL
- select BR2_PACKAGE_SQLITE
- select BR2_PACKAGE_LIBNEON
- select BR2_PACKAGE_NEON_ZLIB
- select BR2_PACKAGE_ZLIB
- help
- Subversion is an open source version control system. Subversion exists
- to be universally recognized and adopted as an open-source, centralized
- version control system characterized by its reliability as a safe haven
- for valuable data.
- http://subversion.apache.org/
Advertisement
Add Comment
Please, Sign In to add comment