libiconv-full: add license tag
show the license for this package in opkg Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
This commit is contained in:
parent
5ac43d6ec2
commit
44b82ab77a
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libiconv-full
|
PKG_NAME:=libiconv-full
|
||||||
PKG_VERSION:=1.11.1
|
PKG_VERSION:=1.11.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
|
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@ PKG_SOURCE:=libiconv-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/libiconv
|
PKG_SOURCE_URL:=@GNU/libiconv
|
||||||
PKG_MD5SUM:=d42b97f6ef5dd0ba4469d520ed732fed
|
PKG_MD5SUM:=d42b97f6ef5dd0ba4469d520ed732fed
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/libiconv-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/libiconv-$(PKG_VERSION)
|
||||||
|
PKG_LICENSE:=LGPL-2.0
|
||||||
|
PKG_LICENSE_FILES:=COPYING.LIB
|
||||||
|
|
||||||
PKG_FIXUP:=patch-libtool
|
PKG_FIXUP:=patch-libtool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue