iselect: use CFLAGS and LDFLAGS.

This commit is contained in:
Christian Neukirchen 2016-05-26 18:21:29 +02:00
parent 0811913bd9
commit 96e883e44b

View file

@ -1,7 +1,7 @@
# Template file for 'iselect'
pkgname=iselect
version=1.4.0
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="ncurses-devel"
@ -12,6 +12,9 @@ homepage="http://www.ossp.org/pkg/tool/iselect/"
distfiles="${DEBIAN_SITE}/main/${pkgname:0:1}/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=5b75fc5fa5407e85fa77d2a299c4e7628c0213116809f343946e62a8a25c5b1b
do_build() {
make ${makejobs} CC="$CC" LD="$LD" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
}
do_install() {
vbin iselect
vman iselect.1