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
84ee9b2f
Commit
84ee9b2f
authored
Sep 16, 2017
by
Jan Baudisch
Committed by
Kazushi (Jam) Marukawa
Sep 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete iproute2
parent
b1d13e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
packages/iproute2.rb
packages/iproute2.rb
+0
-18
No files found.
packages/iproute2.rb
deleted
100644 → 0
View file @
b1d13e29
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
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