Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLMC
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLMC
Commits
b42f9ff2
Commit
b42f9ff2
authored
8 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
contribs: Add sqlite
parent
88216f12
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contribs/src/sqlite/SHA512SUMS
+1
-0
1 addition, 0 deletions
contribs/src/sqlite/SHA512SUMS
contribs/src/sqlite/rules.mak
+24
-0
24 additions, 0 deletions
contribs/src/sqlite/rules.mak
with
25 additions
and
0 deletions
contribs/src/sqlite/SHA512SUMS
0 → 100644
+
1
−
0
View file @
b42f9ff2
c2547ff9a144c46829344058b4f8dcc5b8c9c823cbc667be2944dc7beecb9cc213858cc9ce302a763200278397d9a0fc6bb35c542028a124ef0980fedd574c2f sqlite-autoconf-3130000.tar.gz
This diff is collapsed.
Click to expand it.
contribs/src/sqlite/rules.mak
0 → 100644
+
24
−
0
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
$@
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment