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
Łukasz Nowak
chromebrew
Commits
4a7d721f
Commit
4a7d721f
authored
Mar 27, 2020
by
Casey Strouse
Committed by
GitHub
Mar 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update siege from 4.0.4 to 4.0.5 (#3947)
Tested on ARM.
parent
19cf0bf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
22 deletions
+8
-22
packages/siege.rb
packages/siege.rb
+8
-22
No files found.
packages/siege.rb
View file @
4a7d721f
...
...
@@ -3,38 +3,24 @@ require 'package'
class
Siege
<
Package
description
'Siege is an http load testing and benchmarking utility.'
homepage
'https://www.joedog.org/siege-home/'
version
'4.0.
4
'
source_url
'http://download.joedog.org/siege/siege-4.0.
4
.tar.gz'
source_sha256
'
8f7dcf18bd722bb9cc92bc3ea4b59836b4a2f8d8f01d4a94c8d181f56d91ea6f
'
version
'4.0.
5
'
source_url
'http://download.joedog.org/siege/siege-4.0.
5
.tar.gz'
source_sha256
'
3b4b7001afa4d80f3f4939066a4932e198e9f949dcc0e3affecbedd922800231
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/siege-4.0.4-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/siege-4.0.4-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/siege-4.0.4-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/siege-4.0.4-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'626dab09c5fe3682c416e379c3f3e3115f46658a0b1094786a3932afcc3286df'
,
armv7l:
'626dab09c5fe3682c416e379c3f3e3115f46658a0b1094786a3932afcc3286df'
,
i686:
'35b04a8f7c6a5fa298f617c9f6a3a1f387a0b2580504e493b6001a5bce96a6ef'
,
x86_64:
'3b56b8491da7d50beaa5b8cad9c481c99fabe8e7f04368a93025af8fd0619e8f'
,
})
depends_on
'compressdoc'
=>
:build
depends_on
'diffutils'
=>
:build
depends_on
'openssl'
depends_on
'perl'
depends_on
'zlibpkg'
def
self
.
build
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
system
"./configure \
--prefix=
#{
CREW_PREFIX
}
\
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
'make'
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
system
"compressdoc --gzip -9
#{
CREW_DEST_PREFIX
}
/share/man/man1"
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