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
3effe5ab
Commit
3effe5ab
authored
Jan 08, 2016
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add libnfs support
parent
af39d395
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
contrib/src/nfs/SHA512SUMS
contrib/src/nfs/SHA512SUMS
+1
-0
contrib/src/nfs/rules.mak
contrib/src/nfs/rules.mak
+26
-0
No files found.
contrib/src/nfs/SHA512SUMS
0 → 100644
View file @
3effe5ab
2a0e11dde5a2c4d25fcf1040d04ad984fe3b2e2ce5f544d602becb55aebdabbfe29a3b961d3db7d034c918862b540d3a03735bbbad0606ff3a128c50c2dad666 libnfs-1.9.8.tar.gz
contrib/src/nfs/rules.mak
0 → 100644
View file @
3effe5ab
# NFS
NFS_VERSION
:=
1.9.8
NFS_URL
:=
https://github.com/sahlberg/libnfs/archive/libnfs-
$(NFS_VERSION)
.tar.gz
ifndef
HAVE_WIN32
PKGS
+=
nfs
endif
ifeq
($(call need_pkg,"libnfs"),)
PKGS_FOUND
+=
nfs
endif
$(TARBALLS)/libnfs-$(NFS_VERSION).tar.gz
:
$(
call
download,
$(NFS_URL)
)
.sum-nfs
:
libnfs-$(NFS_VERSION).tar.gz
nfs
:
libnfs-$(NFS_VERSION).tar.gz .sum-nfs
$(UNPACK)
mv
libnfs-libnfs-
$(NFS_VERSION)
libnfs-
$(NFS_VERSION)
$(MOVE)
.nfs
:
nfs
cd
$<
&&
./bootstrap
cd
$<
&&
$(HOSTVARS)
./configure
--disable-examples
$(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