Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
e29fd6b0
Commit
e29fd6b0
authored
Jul 19, 2017
by
Jan Baudisch
Committed by
GitHub
Jul 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete perl_www_curl.rb
parent
53df6861
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
packages/perl_www_curl.rb
packages/perl_www_curl.rb
+0
-28
No files found.
packages/perl_www_curl.rb
deleted
100644 → 0
View file @
53df6861
require
'package'
class
Perl_www_curl
<
Package
description
'Perl binding for libcurl'
homepage
'https://github.com/szbalint/WWW--Curl'
version
'4.17'
source_url
'https://github.com/szbalint/WWW--Curl/archive/4.17.tar.gz'
source_sha256
'd3bcaa4a49435bd33663a64eaeca9bcac46ee735de6b6e8bc3e539dbf977f664'
depends_on
'perl'
depends_on
'curl'
depends_on
'patch'
=>
:build
def
self
.
build
system
"wget -O Makefile.patch http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/WWW-Curl-4.17-RT117793.patch"
system
"patch Makefile.PL Makefile.patch"
system
"perl Makefile.PL"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
def
self
.
check
system
"make test"
end
end
\ No newline at end of file
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