Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
9
bsp/buildroot/package/shapelib/Config.in
Normal file
9
bsp/buildroot/package/shapelib/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_SHAPELIB
|
||||
bool "shapelib"
|
||||
help
|
||||
The Shapefile C Library provides the ability to write simple
|
||||
C programs for reading, writing and updating (to a limited
|
||||
extent) ESRI Shapefiles, and the associated attribute file
|
||||
(.dbf).
|
||||
|
||||
http://shapelib.maptools.org/
|
||||
2
bsp/buildroot/package/shapelib/shapelib.hash
Normal file
2
bsp/buildroot/package/shapelib/shapelib.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f shapelib-1.3.0.tar.gz
|
||||
25
bsp/buildroot/package/shapelib/shapelib.mk
Normal file
25
bsp/buildroot/package/shapelib/shapelib.mk
Normal file
@@ -0,0 +1,25 @@
|
||||
################################################################################
|
||||
#
|
||||
# shapelib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SHAPELIB_VERSION = 1.3.0
|
||||
SHAPELIB_SITE = http://download.osgeo.org/shapelib
|
||||
SHAPELIB_LICENSE = MIT or LGPLv2
|
||||
SHAPELIB_LICENSE_FILES = web/license.html LICENSE.LGPL
|
||||
SHAPELIB_INSTALL_STAGING = YES
|
||||
|
||||
define SHAPELIB_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define SHAPELIB_INSTALL_STAGING_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) PREFIX=$(STAGING_DIR)/usr/ lib_install
|
||||
endef
|
||||
|
||||
define SHAPELIB_INSTALL_TARGET_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) PREFIX=$(TARGET_DIR)/usr/ bin_install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user