package/madwifi: fix url source download
[openwrt-working-2016/.git] / package / libs / libiconv-full / Makefile
index 8c68c12d1d71769f2eb594bffbd6b826b0457f18..997cce2365c414205a93d555bae1e65181b24b52 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libiconv-full
 PKG_VERSION:=1.11.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
 
@@ -18,9 +18,6 @@ PKG_SOURCE_URL:=@GNU/libiconv
 PKG_MD5SUM:=d42b97f6ef5dd0ba4469d520ed732fed
 PKG_BUILD_DIR:=$(BUILD_DIR)/libiconv-$(PKG_VERSION)
 
-PKG_LICENSE:=LGPL-2.0+
-PKG_LICENSE_FILES:=COPYING.LIB
-
 PKG_FIXUP:=patch-libtool
 
 include $(INCLUDE_DIR)/package.mk