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
0b04a788
Commit
0b04a788
authored
Jul 04, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add gpg-error
parent
0ddecf1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
contrib/src/gpg-error/SHA512SUMS
contrib/src/gpg-error/SHA512SUMS
+1
-0
contrib/src/gpg-error/rules.mak
contrib/src/gpg-error/rules.mak
+20
-0
No files found.
contrib/src/gpg-error/SHA512SUMS
0 → 100644
View file @
0b04a788
6cf5138e05fb6ee320035d86c71ff9aa940b0f16e4787eb832a781d5d97d0e865eac0b988c251657a0e77dffced1d9ef3e7f4d0cdf806cb18abfbbcf07f27a72 libgpg-error-1.7.tar.bz2
contrib/src/gpg-error/rules.mak
0 → 100644
View file @
0b04a788
# GPGERROR
GPGERROR_VERSION
:=
1.7
GPGERROR_URL
:=
ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-
$(GPGERROR_VERSION)
.tar.bz2
PKGS
+=
gpg-error
$(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2
:
$(
call
download,
$(GPGERROR_URL)
)
.sum-gpg-error
:
libgpg-error-$(GPGERROR_VERSION).tar.bz2
libgpg-error
:
libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
$(UNPACK)
$(MOVE)
.gpg-error
:
libgpg-error
#
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-nls
--disable-shared
--disable-languages
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