I3luefir3

*.mk & config.in error subversion

Apr 26th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.19 KB | None | 0 0
  1. #############################################################
  2. #
  3. # subversion
  4. #
  5. #############################################################
  6. SUBVERSION_VERSION = 1.7.4
  7. SUBVERSION_SITE = http://archive.apache.org/dist/subversion
  8. SUBVERSION_INSTALL_STAGING = YES
  9. SUBVERSION_DEPENDENCIES = apr-util sqlite neon zlib
  10. SUBVERSION_CONF_OPT = \
  11.     --with-apr=$(STAGING_DIR)/usr \
  12.     --with-apr-util=$(STAGING_DIR)/usr \
  13.     --with-zlib=$(STAGING_DIR)/usr \
  14.     --with-sqlite=$(STAGING_DIR)/usr \
  15.     --with-neon=$(STAGING_DIR)/usr
  16.  
  17. $(eval $(call AUTOTARGETS))
  18.  
  19. -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
  20.  
  21. config BR2_PACKAGE_SUBVERSION
  22.     bool "subversion"
  23.     select BR2_PACKAGE_APR_UTIL
  24.     select BR2_PACKAGE_SQLITE
  25.     select BR2_PACKAGE_LIBNEON
  26.     select BR2_PACKAGE_NEON_ZLIB
  27.     select BR2_PACKAGE_ZLIB
  28.     help
  29.       Subversion is an open source version control system. Subversion exists
  30.       to be universally recognized and adopted as an open-source, centralized
  31.       version control system characterized by its reliability as a safe haven
  32.       for valuable data.
  33.  
  34.       http://subversion.apache.org/
Advertisement
Add Comment
Please, Sign In to add comment