Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
aef17e85
Commit
aef17e85
authored
5 years ago
by
Leo
Committed by
Kevin Daudt
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/tsung: modernize
Closes GH-8097
parent
91f0070b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/tsung/APKBUILD
+23
-33
23 additions, 33 deletions
testing/tsung/APKBUILD
with
23 additions
and
33 deletions
testing/tsung/APKBUILD
+
23
−
33
View file @
aef17e85
...
...
@@ -3,44 +3,36 @@
pkgname
=
tsung
pkgver
=
1.7.0
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Tsung is a high-performance benchmark framework for various protocols including HTTP,XMPP,LDAP,etc."
url
=
"https://www.process-one.net/en/tsung/"
license
=
"GPL-2.0"
options
=
"!check"
# Tests fail on CI
license
=
"GPL-2.0-or-later"
arch
=
"noarch !armhf !armv7"
depends
=
"bash
erlang
erlang-crypto
erlang-inets
erlang-os-mon
erlang-sasl
erlang-xmerl
gnuplot
perl-template-toolkit
python2
py-matplotlib>=1.5.1-r3
"
makedepends
=
"erlang
erlang-asn1
erlang-crypto
erlang-dev
erlang-eunit
erlang-inets
erlang-os-mon
erlang-snmp
erlang-ssl
erlang-tools
erlang-xmerl
perl
"
subpackages
=
""
erlang
erlang-crypto
erlang-inets
erlang-os-mon
erlang-sasl
erlang-xmerl
gnuplot
perl-template-toolkit
python2
py-matplotlib>=1.5.1-r3
"
makedepends
=
"erlang-asn1
erlang-dev
erlang-eunit
erlang-snmp
erlang-ssl
erlang-tools
perl
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/processone/
$pkgname
/archive/v
$pkgver
.tar.gz
0005-Do-not-install-manpages-in-main-install.patch"
builddir
=
"
$srcdir
/tsung-
$pkgver
"
0005-Do-not-install-manpages-in-main-install.patch"
build
()
{
cd
"
$builddir
"
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
...
...
@@ -51,12 +43,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment