|
@ -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_URL:=@SAVANNAH/confuse |
|
|
|
|
|
PKG_MD5SUM:=45932fdeeccbb9ef4228f1c1a25e9c8f |
|
|
|
|
|
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
|
|
PKG_SOURCE_URL:=https://github.com/martinh/libconfuse/releases/download/v$(PKG_VERSION) |
|
|
|
|
|
PKG_HASH:=bb75174e02aa8b44fa1a872a47beeea1f5fe715ab669694c97803eb6127cc861 |
|
|
|
|
|
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 \
|
|
|