mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-21 03:55:04 +00:00
parent
e4ac1f99ed
commit
e1667e61cc
1
repos/libports/lib/import/import-sqlite.mk
Normal file
1
repos/libports/lib/import/import-sqlite.mk
Normal file
@ -0,0 +1 @@
|
||||
INC_DIR += $(call select_from_ports,sqlite)/include/sqlite
|
9
repos/libports/lib/mk/sqlite.mk
Normal file
9
repos/libports/lib/mk/sqlite.mk
Normal file
@ -0,0 +1,9 @@
|
||||
SQLITE_DIR = $(call select_from_ports,sqlite)/src/lib/sqlite
|
||||
|
||||
INC_DIR += $(SQLITE_DIR)
|
||||
|
||||
LIBS += libc
|
||||
|
||||
SRC_C = sqlite3.c
|
||||
|
||||
vpath %.c $(SQLITE_DIR)
|
1
repos/libports/ports/sqlite.hash
Normal file
1
repos/libports/ports/sqlite.hash
Normal file
@ -0,0 +1 @@
|
||||
42df44c7a774c25ced00731a7dede19f15287124
|
12
repos/libports/ports/sqlite.port
Normal file
12
repos/libports/ports/sqlite.port
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
10
repos/libports/src/test/libports/sqlite/target.mk
Normal file
10
repos/libports/src/test/libports/sqlite/target.mk
Normal file
@ -0,0 +1,10 @@
|
||||
SQLITE_DIR = $(call select_from_ports,sqlite)/src/lib/sqlite
|
||||
|
||||
TARGET = test-sqlite
|
||||
LIBS = libc sqlite
|
||||
|
||||
# This file contains code to implement the "sqlite" command line
|
||||
# utility for accessing SQLite databases.
|
||||
SRC_CC = shell.c
|
||||
|
||||
vpath %.c $(SQLITE_DIR)
|
Loading…
Reference in New Issue
Block a user