You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
447 B
17 lines
447 B
4 years ago
|
################################################################################
|
||
|
#
|
||
|
# sqlite
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
SQLITE_VERSION = 3330000
|
||
|
SQLITE_DIR = sqlite-autoconf-$(SQLITE_VERSION)
|
||
|
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
|
||
|
SQLITE_SITE = http://www.sqlite.org/2020
|
||
|
|
||
|
SQLITE_CONF_OPTS = \
|
||
|
--bindir=$(REMOVE_bindir)
|
||
|
|
||
|
sqlite: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|