18 lines
472 B
Bash
18 lines
472 B
Bash
|
# Template file for 'pmr'
|
||
|
pkgname=pmr
|
||
|
version=1.01
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
short_desc="A tool for measuring data rate on the UNIX command line"
|
||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||
|
license="Public Domain"
|
||
|
homepage="http://zakalwe.fi/~shd/foss/pmr/"
|
||
|
distfiles="http://zakalwe.fi/~shd/foss/pmr/pmr-${version}.tar.gz"
|
||
|
checksum=c7e5b2eee2f0411a55afcb3a78a9e17ef545a764901277b3be0802396449af24
|
||
|
|
||
|
do_install(){
|
||
|
vbin pmr
|
||
|
vman doc/pmr.1
|
||
|
vlicense COPYING
|
||
|
}
|