pmr: pass CFLAGS and LDFLAGS.
This commit is contained in:
parent
b5e6c32622
commit
2c8a5cd2c0
1 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'pmr'
|
# Template file for 'pmr'
|
||||||
pkgname=pmr
|
pkgname=pmr
|
||||||
version=1.01
|
version=1.01
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-makefile
|
||||||
|
make_build_args="-f Makefile.in"
|
||||||
short_desc="A tool for measuring data rate on the UNIX command line"
|
short_desc="A tool for measuring data rate on the UNIX command line"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
|
@ -10,6 +11,9 @@ homepage="http://zakalwe.fi/~shd/foss/pmr/"
|
||||||
distfiles="http://zakalwe.fi/~shd/foss/pmr/pmr-${version}.tar.gz"
|
distfiles="http://zakalwe.fi/~shd/foss/pmr/pmr-${version}.tar.gz"
|
||||||
checksum=c7e5b2eee2f0411a55afcb3a78a9e17ef545a764901277b3be0802396449af24
|
checksum=c7e5b2eee2f0411a55afcb3a78a9e17ef545a764901277b3be0802396449af24
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
export CFLAGS="$CFLAGS $LDFLAGS"
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin pmr
|
vbin pmr
|
||||||
vman doc/pmr.1
|
vman doc/pmr.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue