mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 05:31:18 +01:00
13 lines
322 B
Makefile
13 lines
322 B
Makefile
################################################################################
|
|
#
|
|
# lsqlite3
|
|
#
|
|
################################################################################
|
|
|
|
LSQLITE3_VERSION = 0.9.4-2
|
|
LSQLITE3_SUBDIR = lsqlite3_fsl09x
|
|
LSQLITE3_DEPENDENCIES = sqlite
|
|
LSQLITE3_LICENSE = MIT
|
|
|
|
$(eval $(luarocks-package))
|