diff --git a/srcpkgs/ttyload-git/template b/srcpkgs/ttyload-git/template index f8cbc86b9b7..941243be488 100644 --- a/srcpkgs/ttyload-git/template +++ b/srcpkgs/ttyload-git/template @@ -1,8 +1,7 @@ # Template file for 'ttyload-git' pkgname=ttyload-git version=20141117 -revision=1 -build_style=gnu-makefile +revision=2 hostmakedepends="git" short_desc="An ASCII colour-coded graph of load averages over time" maintainer="Thomas Adam " @@ -16,7 +15,9 @@ do_fetch() { msg_normal "Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} } - +do_build() { + make CC=$CC OTHER_FLAGS="$CFLAGS" +} do_install() { vbin ttyload }