Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
curl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
certo
curl
Commits
60cc9064
Commit
60cc9064
authored
Mar 21, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
+27
-0
Makefile
Makefile
+11
-0
curl-7.55.1.tar.xz
curl-7.55.1.tar.xz
+0
-0
curl.groups
curl.groups
+16
-0
No files found.
Makefile
0 → 100644
View file @
60cc9064
all
:
tar
xf curl-7.55.1.tar.xz
cd
curl-7.55.1
&&
./configure
--prefix
=
/usr
--disable-static
--enable-threaded-resolver
--with-ca-path
=
/etc/ssl/certs
$(MAKE)
-C
curl-7.55.1
$(MAKE)
-C
curl-7.55.1
test
$(MAKE)
-C
curl-7.55.1
install
rm
-rf
curl-7.55.1/docs/examples/.deps
cd
curl-7.55.1
&&
find docs
\(
-name
Makefile
\*
-o
-name
\*
.1
-o
-name
\*
.3
\)
-exec
rm
{}
\;
install
-v
-d
-m755
/usr/share/doc/curl-7.55.1
cp
-v
-R
curl-7.55.1/docs/
*
/usr/share/doc/curl-7.55.1
rm
-rf
curl-7.55.1
curl-7.55.1.tar.xz
0 → 100644
View file @
60cc9064
File added
curl.groups
0 → 100644
View file @
60cc9064
pkg
/usr/lib/pkgconfig/.*
lib
/usr/lib/lib.*
bytecode
/.*\.py[oc]
headers
/usr/include/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
autoconf
/usr/share/aclocal/.*
bin
/usr/bin/.*
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