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
89b8321e
Commit
89b8321e
authored
Jun 23, 2017
by
lyxell
Committed by
GitHub
Jun 23, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #785 from uberhacker/add-c_ares-package
Add c_ares package
parents
97e00681
2dd0a25c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
packages/c_ares.rb
packages/c_ares.rb
+18
-0
No files found.
packages/c_ares.rb
0 → 100644
View file @
89b8321e
require
'package'
class
C_ares
<
Package
description
'c-ares is a C library for asynchronous DNS requests (including name resolves).'
homepage
'https://c-ares.haxx.se/'
version
'1.13.0'
source_url
'https://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz'
source_sha1
'dde50284cc3d505fb2463ff6276e61d5531b1d68'
def
self
.
build
system
"./configure"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
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