sunxi-tools: update to today's git and unbreak (close #1651).

This commit is contained in:
Juan RP 2015-05-26 14:30:00 +02:00
parent c2122b33ee
commit 0800942283

View file

@ -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}