Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
613a5a00
Commit
613a5a00
authored
Nov 06, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add sqlite
parent
9a06f7b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
contrib/src/sqlite/SHA512SUMS
contrib/src/sqlite/SHA512SUMS
+1
-0
contrib/src/sqlite/rules.mak
contrib/src/sqlite/rules.mak
+24
-0
No files found.
contrib/src/sqlite/SHA512SUMS
0 → 100644
View file @
613a5a00
fd6761a6c8f76d137cc8c98b8ae77f8f4206dbf187d66e324f7dc6a79eb752d441446139216eadb534cf5601345c2ea1da3312305e24c762b6e16318cf4adb5e sqlite-3.6.20.tar.gz
contrib/src/sqlite/rules.mak
0 → 100644
View file @
613a5a00
# sqlite
SQLITE_VERSION
:=
3.6.20
SQLITE_URL
:=
http://www.sqlite.org/sqlite-amalgamation-
$(SQLITE_VERSION)
.tar.gz
PKGS
+=
sqlite
ifeq
($(call need_pkg,"sqlite3"),)
PKGS_FOUND
+=
sqlite
endif
$(TARBALLS)/sqlite-$(SQLITE_VERSION).tar.gz
:
$(
call
download,
$(SQLITE_URL)
)
.sum-sqlite
:
sqlite-$(SQLITE_VERSION).tar.gz
sqlite
:
sqlite-$(SQLITE_VERSION).tar.gz .sum-sqlite
$(UNPACK)
$(MOVE)
.sqlite
:
sqlite
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
make
&&
make
install
touch
$@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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