testing/ioping: specify license

This commit is contained in:
Fabian Affolter 2013-10-04 20:47:40 +00:00 committed by Natanael Copa
parent 2db802fc66
commit 791e3afcb0

View File

@ -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"