Skip to content
Snippets Groups Projects
Commit b42f9ff2 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

contribs: Add sqlite

parent 88216f12
No related branches found
No related tags found
No related merge requests found
c2547ff9a144c46829344058b4f8dcc5b8c9c823cbc667be2944dc7beecb9cc213858cc9ce302a763200278397d9a0fc6bb35c542028a124ef0980fedd574c2f sqlite-autoconf-3130000.tar.gz
# sqlite
SQLITE_VERSION := 3130000
SQLITE_URL := https://www.sqlite.org/2016/sqlite-autoconf-$(SQLITE_VERSION).tar.gz
PKGS += sqlite
ifeq ($(call need_pkg,"sqlite3"),)
PKGS_FOUND += sqlite
endif
$(TARBALLS)/sqlite-autoconf-$(SQLITE_VERSION).tar.gz:
$(call download_pkg,$(SQLITE_URL),sqlite)
.sum-sqlite: sqlite-autoconf-$(SQLITE_VERSION).tar.gz
sqlite: sqlite-autoconf-$(SQLITE_VERSION).tar.gz .sum-sqlite
$(UNPACK)
$(MOVE)
.sqlite: sqlite
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) && $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment