21 lines
555 B
Bash
21 lines
555 B
Bash
# Template file for 'pmr'
|
|
pkgname=pmr
|
|
version=1.01
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_build_args="-f Makefile.in"
|
|
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
|
|
|
|
pre_build() {
|
|
export CFLAGS="$CFLAGS $LDFLAGS"
|
|
}
|
|
do_install() {
|
|
vbin pmr
|
|
vman doc/pmr.1
|
|
vlicense COPYING
|
|
}
|