tiff: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
20ee7a564c
commit
4b71632e7c
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=tiff
|
PKG_NAME:=tiff
|
||||||
PKG_VERSION:=4.0.3
|
PKG_VERSION:=4.0.3
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://download.osgeo.org/libtiff
|
PKG_SOURCE_URL:=http://download.osgeo.org/libtiff
|
||||||
|
@ -18,6 +18,9 @@ PKG_MD5SUM:=051c1068e6a0627f461948c365290410
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_REMOVE_FILES:=autogen.sh aclocal.m4
|
PKG_REMOVE_FILES:=autogen.sh aclocal.m4
|
||||||
|
|
||||||
|
PKG_LICENSE:=BSD
|
||||||
|
PKG_LICENSE_FILES:=COPYRIGHT
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_libtiffxx
|
PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_libtiffxx
|
||||||
|
|
Loading…
Reference in a new issue