diff options
author | Jiri Slachta <slachta@cesnet.cz> | 2014-08-10 09:25:21 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-08-11 15:10:41 +0200 |
commit | 4b71632e7c734e9a02d30933b61e9269b8d5cea1 (patch) | |
tree | 0d176ea2b3f968cdcab35bccdf4f0d8cbf2a842d /libs | |
parent | 20ee7a564c58e6d3dc26f48cd8e4f3cf1abf62b0 (diff) |
tiff: add licensing information
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/tiff/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index 1db3d3739..6476c46d9 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tiff PKG_VERSION:=4.0.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.osgeo.org/libtiff @@ -18,6 +18,9 @@ PKG_MD5SUM:=051c1068e6a0627f461948c365290410 PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=autogen.sh aclocal.m4 +PKG_LICENSE:=BSD +PKG_LICENSE_FILES:=COPYRIGHT + PKG_INSTALL:=1 PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_libtiffxx |