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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
knuxify
aports
Commits
9826baf2
Commit
9826baf2
authored
7 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
testing/mbuffer: fix license to SPDX, add check, fix install
parent
924be941
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/mbuffer/APKBUILD
+8
-3
8 additions, 3 deletions
testing/mbuffer/APKBUILD
with
8 additions
and
3 deletions
testing/mbuffer/APKBUILD
+
8
−
3
View file @
9826baf2
...
...
@@ -2,11 +2,11 @@
# Maintainer: Katie Holly <holly@fuslvz.ws>
pkgname
=
mbuffer
pkgver
=
20171011
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"mbuffer buffers I/O operations and displays the throughput rate"
url
=
"http://www.maier-komor.de/mbuffer.html"
arch
=
"all"
license
=
"GPL-3.0"
license
=
"GPL-3.0
-only
"
depends
=
""
makedepends
=
"linux-headers libressl-dev"
install
=
""
...
...
@@ -26,9 +26,14 @@ build() {
make
}
check
()
{
cd
"
$builddir
"
make check
TESTTREE
=
./
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
-j1
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"398d7545388a94b4f8961193192cd5e1139b84f31c7699c2b7f66b84a40488a2e70c88a2a70578bd95375e11efc87978a5f6fec805dbbc5f1fea460b3a9c68c4 mbuffer-20171011.tgz"
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