Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
b222a7a5
Commit
b222a7a5
authored
Jul 19, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add nettle (not used yet)
parent
e786d768
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
contrib/src/nettle/SHA512SUMS
contrib/src/nettle/SHA512SUMS
+1
-0
contrib/src/nettle/rules.mak
contrib/src/nettle/rules.mak
+20
-0
No files found.
contrib/src/nettle/SHA512SUMS
0 → 100644
View file @
b222a7a5
717d694804ed7e7154a89dff17a57173fa78c3330aa7cb289de7f8150872955518847e9ae7d0a1644980ea60367541f49ba63997328b1545d0555a8f4e212137 nettle-2.2.tar.gz
contrib/src/nettle/rules.mak
0 → 100644
View file @
b222a7a5
# Nettle
NETTLE_VERSION
:=
2.2
NETTLE_URL
:=
ftp://ftp.gnu.org/gnu/nettle/nettle-
$(NETTLE_VERSION)
.tar.gz
# PKGS += nettle
$(TARBALLS)/nettle-$(NETTLE_VERSION).tar.gz
:
$(
call
download,
$(NETTLE_URL)
)
.sum-nettle
:
nettle-$(NETTLE_VERSION).tar.gz
nettle
:
nettle-$(NETTLE_VERSION).tar.gz .sum-nettle
$(UNPACK)
$(MOVE)
.nettle
:
nettle
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(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