From: <abe...@us...> - 2014-01-18 04:00:40
|
Revision: 6364 http://sourceforge.net/p/astlinux/code/6364 Author: abelbeck Date: 2014-01-18 04:00:37 +0000 (Sat, 18 Jan 2014) Log Message: ----------- neon, version bump to 0.30.0 Modified Paths: -------------- branches/1.0/package/neon/neon.mk Modified: branches/1.0/package/neon/neon.mk =================================================================== --- branches/1.0/package/neon/neon.mk 2014-01-18 03:44:02 UTC (rev 6363) +++ branches/1.0/package/neon/neon.mk 2014-01-18 04:00:37 UTC (rev 6364) @@ -3,13 +3,14 @@ # neon # ############################################################# -NEON_VERSION:=0.29.6 -NEON_SITE:=http://www.webdav.org/neon/ -NEON_INSTALL_STAGING:=YES -NEON_CONF_OPT:=--without-gssapi --disable-rpath -NEON_DEPENDENCIES:=host-pkg-config +NEON_VERSION = 0.30.0 +NEON_SITE = http://www.webdav.org/neon/ +NEON_INSTALL_STAGING = YES +NEON_CONF_OPT = --without-gssapi --disable-rpath +NEON_DEPENDENCIES = host-pkg-config + ifeq ($(BR2_PACKAGE_NEON_ZLIB),y) NEON_CONF_OPT += --with-zlib=yes NEON_DEPENDENCIES += zlib @@ -44,11 +45,10 @@ NEON_CONF_OPT += --disable-webdav endif +ifneq ($(BR2_HAVE_DEVFILES),y) define NEON_REMOVE_CONFIG_SCRIPTS - $(RM) -f $(TARGET_DIR)/usr/bin/neon-config + rm -f $(TARGET_DIR)/usr/bin/neon-config endef - -ifneq ($(BR2_HAVE_DEVFILES),y) NEON_POST_INSTALL_TARGET_HOOKS += NEON_REMOVE_CONFIG_SCRIPTS endif @@ -57,7 +57,6 @@ -e "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" \ $(STAGING_DIR)/usr/bin/neon-config endef - NEON_POST_INSTALL_STAGING_HOOKS += NEON_STAGING_NEON_CONFIG_FIXUP $(eval $(call AUTOTARGETS,package,neon)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |