Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
209
Merge Requests
209
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
2b7ad767
Commit
2b7ad767
authored
Jan 09, 2018
by
Fusl
Committed by
Natanael Copa
Jan 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/mbuffer: initial package commit based on version 20171011
parent
cb3a0a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
testing/mbuffer/APKBUILD
testing/mbuffer/APKBUILD
+39
-0
No files found.
testing/mbuffer/APKBUILD
0 → 100644
View file @
2b7ad767
# Contributor: Katie Holly <holly@fuslvz.ws>
# Maintainer: Katie Holly <holly@fuslvz.ws>
pkgname
=
mbuffer
pkgver
=
20171011
pkgrel
=
0
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"
depends
=
""
makedepends
=
"linux-headers libressl-dev"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"
http://www.maier-komor.de/software/mbuffer/mbuffer-
$pkgver
.tgz
"
builddir
=
"
$srcdir
"
/mbuffer-
$pkgver
prepare
()
{
cd
"
$builddir
"
default_prepare
}
build
()
{
cd
"
$builddir
"
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"398d7545388a94b4f8961193192cd5e1139b84f31c7699c2b7f66b84a40488a2e70c88a2a70578bd95375e11efc87978a5f6fec805dbbc5f1fea460b3a9c68c4 mbuffer-20171011.tgz"
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