New package: pmr-1.01
This commit is contained in:
parent
d79f30ab69
commit
1bce1bae40
1 changed files with 17 additions and 0 deletions
17
srcpkgs/pmr/template
Normal file
17
srcpkgs/pmr/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue