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
dfa18b3d
Commit
dfa18b3d
authored
7 years ago
by
Jan Baudisch
Committed by
Kazushi (Jam) Marukawa
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add iproute2
parent
bcdc55d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
packages/iproute2.rb
packages/iproute2.rb
+18
-0
No files found.
packages/iproute2.rb
0 → 100644
View file @
dfa18b3d
require
'package'
class
Iproute2
<
Package
description
'Iproute2 is a collection of utilities for controlling TCP / IP networking and traffic control in Linux.'
homepage
'https://wiki.linuxfoundation.org/networking/iproute2'
version
'4.12.0'
source_url
'https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.12.0.tar.xz'
source_sha256
'2e0a4c4262d9f6c169885a6e16c4c5c5f1ef6fd57b6a0e7b41f42be5bb6ebd7d'
def
self
.
build
system
"./configure --prefix=/usr/local"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
This diff is collapsed.
Click to expand it.
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