Merge pull request #3954 from diizzyy/patch-31

lib/confuse: Update to 3.0
This commit is contained in:
Ted Hess 2017-02-04 19:12:15 -05:00 committed by GitHub
commit 519fa4aa1b

View file

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=confuse PKG_NAME:=confuse
PKG_VERSION:=2.7 PKG_VERSION:=3.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SAVANNAH/confuse PKG_SOURCE_URL:=https://github.com/martinh/libconfuse/releases/download/v$(PKG_VERSION)
PKG_MD5SUM:=45932fdeeccbb9ef4228f1c1a25e9c8f PKG_HASH:=bb75174e02aa8b44fa1a872a47beeea1f5fe715ab669694c97803eb6127cc861
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> PKG_MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net>
PKG_LICENSE:=ISC PKG_LICENSE:=ISC
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf
@ -25,7 +25,7 @@ define Package/confuse
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=libConfuse is a configuration file parser library TITLE:=libConfuse is a configuration file parser library
URL:=http://www.nongnu.org/confuse/ URL:=https://github.com/martinh/libconfuse
endef endef
define Package/confuse/description define Package/confuse/description
@ -51,6 +51,7 @@ CONFIGURE_ARGS += \
--disable-rpath \ --disable-rpath \
--without-libiconv-prefix \ --without-libiconv-prefix \
--without-libintl-prefix \ --without-libintl-prefix \
--disable-examples
MAKE_FLAGS += \ MAKE_FLAGS += \
-C $(PKG_BUILD_DIR)/src \ -C $(PKG_BUILD_DIR)/src \