mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/ioping: specify license
This commit is contained in:
parent
2db802fc66
commit
791e3afcb0
@ -3,18 +3,18 @@
|
||||
pkgname=ioping
|
||||
pkgver=0.7
|
||||
pkgrel=0
|
||||
pkgdesc="simple disk i/o latency measurement tool"
|
||||
pkgdesc="A simple disk i/o latency measurement tool"
|
||||
url="http://code.google.com/p/ioping"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
license="GPL2+"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://ioping.googlecode.com/files/ioping-$pkgver.tar.gz"
|
||||
source="http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/ioping-$pkgver
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user