initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_SHAPELIB
|
||||
bool "shapelib"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
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/
|
||||
|
||||
comment "shapelib needs a toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
@@ -0,0 +1,4 @@
|
||||
# Locally computed
|
||||
sha256 1fc0a480982caef9e7b9423070b47750ba34cd0ba82668f2e638fab1d07adae1 shapelib-1.5.0.tar.gz
|
||||
sha256 7eb803a70990017a1c4e38a8342d7413c5dfeec3ed1ac407e15ae2c274e560ff COPYING
|
||||
sha256 a638278f7f1cb7d0cdc73b47a6c87261b882e356a8e79922e90d44d7ef1dd2c7 web/license.html
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# shapelib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SHAPELIB_VERSION = 1.5.0
|
||||
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
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user