mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
e1667e61cc
Issue #1357
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
LICENSE := PublicDomain
|
|
VERSION := 3.8.7.4
|
|
DOWNLOADS := sqlite.archive
|
|
|
|
URL(sqlite) := http://www.sqlite.org/2014/sqlite-amalgamation-3080704.zip
|
|
SHA(sqlite) := c59060db42ab51e4a063f4f91ce4bc7aad5ab5fa
|
|
DIR(sqlite) := src/lib/sqlite
|
|
|
|
UNZIP_OPT(sqlite) := -j
|
|
|
|
DIRS := include/sqlite
|
|
DIR_CONTENT(include/sqlite) := src/lib/sqlite/sqlite3.h src/lib/sqlite/sqlite3ext.h
|