diff --git a/srcpkgs/bglibs/template b/srcpkgs/bglibs/template index 21de54f77e4..4c8aa2a3c97 100644 --- a/srcpkgs/bglibs/template +++ b/srcpkgs/bglibs/template @@ -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 " 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() {