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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
416ce18b
Commit
416ce18b
authored
8 years ago
by
Henrik Riomar
Committed by
Ariadne Conill
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
unmaintained/ioping: upgrade to 1.0, take maintainership
parent
da8fdc46
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
community/ioping/APKBUILD
+11
-8
11 additions, 8 deletions
community/ioping/APKBUILD
with
11 additions
and
8 deletions
unmaintained
/ioping/APKBUILD
→
community
/ioping/APKBUILD
+
11
−
8
View file @
416ce18b
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer:
William Pitcock
<
n
en
olod@dereferenced.org
>
# Maintainer:
Henrik Riomar
<
h
en
rik.riomar@gmail.com
>
pkgname
=
ioping
pkgver
=
0.7
pkgver
=
1.0
pkgrel
=
1
pkgdesc
=
"A simple disk i/o latency measurement tool"
url
=
"http://
code.google.com/p
/ioping"
url
=
"http
s
://
github.com/koct9i
/ioping"
arch
=
"all"
license
=
"GPL3+"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
"
makedepends
=
"
$depends_dev
linux-headers
"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"http://
ioping.googlecode.com/files/
$pkgname
-
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::
http
s
://
github.com/koct9i/ioping/archive/v
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
...
...
@@ -30,11 +30,14 @@ build() {
make
||
return
1
}
check
()
{
cd
"
$_builddir
"
make
test
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
PREFIX
=
"/usr"
install
||
return
1
}
md5sums
=
"5fea9fb35c38902e0c1fcb7ffe203931 ioping-0.7.tar.gz"
sha256sums
=
"234e28eeb256e77756a077604b48d59f206a5288c3da6f207629e783f54b13b0 ioping-0.7.tar.gz"
sha512sums
=
"0f7140e6cac1d87f54c2b20323ec691cf0e54f246497e38cb03b1161943f4f872536f26fc6a30f304a375c192af7dfce67f03083f93a78c33c1cd0cd40787e74 ioping-0.7.tar.gz"
sha512sums
=
"a6763ac800e98c819a74af80634ac723f413ffa183297918389e1e1f5fc83713b683d53b594f5bd20f11d168c21de5da9d42a215d78531ee8b619aff8b9b0b84 ioping-1.0.tar.gz"
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