diff options
author | Florian Eckert <Eckert.Florian@googlemail.com> | 2016-07-07 14:58:41 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-07-07 14:58:41 +0200 |
commit | 7e5059d41d6943994d9c8ce118c3cc583b6cffb6 (patch) | |
tree | c015a8e9c616650397fb5cb6b41afd83c1d18d96 | |
parent | 402c737c347d565da2cdc7c04de1f08cb5024642 (diff) | |
download | master-187ad058-7e5059d41d6943994d9c8ce118c3cc583b6cffb6.tar.gz master-187ad058-7e5059d41d6943994d9c8ce118c3cc583b6cffb6.tar.bz2 master-187ad058-7e5059d41d6943994d9c8ce118c3cc583b6cffb6.zip |
libiconv-full: add license tag
show the license for this package in opkg
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
-rw-r--r-- | package/libs/libiconv-full/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libs/libiconv-full/Makefile b/package/libs/libiconv-full/Makefile index 997cce2365..d23af5730b 100644 --- a/package/libs/libiconv-full/Makefile +++ b/package/libs/libiconv-full/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiconv-full PKG_VERSION:=1.11.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 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_MD5SUM:=d42b97f6ef5dd0ba4469d520ed732fed PKG_BUILD_DIR:=$(BUILD_DIR)/libiconv-$(PKG_VERSION) +PKG_LICENSE:=LGPL-2.0 +PKG_LICENSE_FILES:=COPYING.LIB PKG_FIXUP:=patch-libtool |