bglibs: use CFLAGS and LDFLAGS.

This commit is contained in:
Christian Neukirchen 2016-05-26 19:48:12 +02:00
parent 79b4b00a0f
commit a6cafa346b

View file

@ -1,14 +1,14 @@
# Template file for 'bglibs'
pkgname=bglibs
version=2.03
revision=3
revision=4
nocross=yes
hostmakedepends="libtool perl"
short_desc="A collection of libraries by Bruce Guenter"
short_desc="Collection of libraries by Bruce Guenter"
maintainer="bougyman <tj@rubyists.com>"
license="GPL-2"
homepage="http://untroubled.org/bglibs/"
distfiles="http://untroubled.org/bglibs/bglibs-2.03.tar.gz"
distfiles="http://untroubled.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=fcc80b2deef7819abc9c155c4f393f4fc51e73400139c1c78bbe3015f2b12739
pre_build() {
@ -21,7 +21,9 @@ do_build() {
echo "/usr/lib" > conf-lib
echo "/usr/bin" > conf-bin
echo "/usr/share/man" > conf-man
make
echo "$CC $CFLAGS" > conf-cc
echo "$CC $LDFLAGS" > conf-ld
make ${makejobs}
}
do_install() {