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
bc81e865
Commit
bc81e865
authored
Sep 16, 2018
by
James Larrowe
Committed by
Ed Reel
Sep 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add wireless_tools package (#2674)
parent
fc016a2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
packages/wireless_tools.rb
packages/wireless_tools.rb
+26
-0
No files found.
packages/wireless_tools.rb
0 → 100644
View file @
bc81e865
require
'package'
class
Wireless_tools
<
Package
description
'Wireless Tools for Linux'
homepage
'https://github.com/HewlettPackard/wireless-tools'
version
'2.9'
source_url
'https://github.com/HewlettPackard/wireless-tools/archive/v29.tar.gz'
source_sha256
'69c5face9ac9d3273042436408a9a057d3416a814253dedeaaef210fcbc42d40'
binary_url
({
})
binary_sha256
({
})
def
self
.
build
Dir
.
chdir
(
"wireless_tools"
)
do
system
'make'
end
end
def
self
.
install
Dir
.
chdir
(
"wireless_tools"
)
do
system
"make"
,
"INSTALL_MAN=
#{
CREW_DEST_PREFIX
}
/share/man"
,
"INSTALL_LIB=
#{
CREW_DEST_LIB_PREFIX
}
"
,
"PREFIX=
#{
CREW_DEST_PREFIX
}
"
,
"install"
end
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