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
01f2d13a
Commit
01f2d13a
authored
Jan 24, 2018
by
Yoav Shai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add wol package
parent
0e217ed1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
packages/wol.rb
packages/wol.rb
+30
-0
No files found.
packages/wol.rb
0 → 100644
View file @
01f2d13a
require
'package'
class
Wol
<
Package
description
'Wake up hardware that is Magic Packet compliant'
homepage
'http://ahh.sourceforge.net/wol/'
version
'0.7.1-r1'
source_url
'https://downloads.sourceforge.net/ahh/wol-0.7.1.tar.gz'
source_sha256
'e0086c9b9811df2bdf763ec9016dfb1bcb7dba9fa6d7858725b0929069a12622'
depends_on
'compressdoc'
=>
:build
def
self
.
build
system
"./configure \
--prefix=
#{
CREW_PREFIX
}
\
--enable-gui=no \
--with-features=huge \
--without-x \
--disable-nls \
--enable-multibyte \
--with-tlib=ncurses \
--enable-perlinterp \
--disable-selinux"
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