85d6721e56
Following the bump of shapelib in commit
333f560595
, the licensing information
got broken, as the LICENSE.LGPL file is now named COPYING.
While at it, let's add the hashes for the license files.
Fixes:
http://autobuild.buildroot.net/results/978db9ea9f04ad465252316e2f31085516a123bb/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
429 B
Makefile
15 lines
429 B
Makefile
################################################################################
|
|
#
|
|
# shapelib
|
|
#
|
|
################################################################################
|
|
|
|
SHAPELIB_VERSION = 1.4.1
|
|
SHAPELIB_SITE = http://download.osgeo.org/shapelib
|
|
SHAPELIB_LICENSE = MIT or LGPL-2.0
|
|
SHAPELIB_LICENSE_FILES = web/license.html COPYING
|
|
SHAPELIB_INSTALL_STAGING = YES
|
|
SHAPELIB_DEPENDENCIES = proj
|
|
|
|
$(eval $(autotools-package))
|