diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template index a53408f8cf..b78553ea29 100644 --- a/srcpkgs/sunxi-tools/template +++ b/srcpkgs/sunxi-tools/template @@ -1,8 +1,7 @@ # Template file for 'sunxi-tools' pkgname=sunxi-tools -version=20140125 +version=20150526 revision=1 -build_style=gnu-makefile hostmakedepends="pkg-config git" makedepends="libusb-devel" short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices" @@ -13,7 +12,9 @@ homepage="https://github.com/linux-sunxi/sunxi-tools" do_fetch() { git clone git://github.com/linux-sunxi/sunxi-tools ${pkgname}-${version} } - +do_build() { + make CC=$CC +} do_install() { vinstall README 644 usr/share/doc/${pkgname}