From 141c7af8d16a388be9332220315f888796ce77e3 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Sun, 25 Aug 2013 22:08:03 +0200 Subject: [PATCH] restund: version update to 0.4.2 Signed-off-by: Jiri Slachta --- net/restund/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/net/restund/Makefile b/net/restund/Makefile index 32dd04e..f7d2422 100644 --- a/net/restund/Makefile +++ b/net/restund/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2011 OpenWrt.org +# Copyright (C) 2010-2013 OpenWrt.org # Copyright (C) 2010 Alfred E. Heggestad # # This is free software, licensed under the GNU General Public License v2. @@ -9,18 +9,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restund -PKG_VERSION:=0.4.1 +PKG_VERSION:=0.4.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub/ -PKG_MD5SUM:=e11da0acd10af42ce6101f3106cd34dc +PKG_MD5SUM:=dd58fc56c29f812fc14988412a3bf14a -restund-mods:= \ - mysql \ +restund-mods:= mysql -PKG_CONFIG_DEPENDS:= \ - $(patsubst %,CONFIG_PACKAGE_restund-mod-%,$(restund-mods)) \ +PKG_CONFIG_DEPENDS:= $(patsubst %,CONFIG_PACKAGE_restund-mod-%,$(restund-mods)) include $(INCLUDE_DIR)/package.mk @@ -37,7 +35,6 @@ $(call Package/restund/Default) DEPENDS:=+libre +libpthread endef - restund-mod-mysql := USE_MYSQL RESTUND_MOD_OPTIONS:= \ -- 2.11.0