Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
b42f9ff2
Commit
b42f9ff2
authored
Jul 20, 2016
by
Hugo Beauzée-Luyssen
Browse files
contribs: Add sqlite
parent
88216f12
Changes
2
Hide whitespace changes
Inline
Side-by-side
contribs/src/sqlite/SHA512SUMS
0 → 100644
View file @
b42f9ff2
c2547ff9a144c46829344058b4f8dcc5b8c9c823cbc667be2944dc7beecb9cc213858cc9ce302a763200278397d9a0fc6bb35c542028a124ef0980fedd574c2f sqlite-autoconf-3130000.tar.gz
contribs/src/sqlite/rules.mak
0 → 100644
View file @
b42f9ff2
# 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
$@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment