sunxi-tools: update to today's git and unbreak (close #1651).
This commit is contained in:
parent
c2122b33ee
commit
0800942283
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'sunxi-tools'
|
# Template file for 'sunxi-tools'
|
||||||
pkgname=sunxi-tools
|
pkgname=sunxi-tools
|
||||||
version=20140125
|
version=20150526
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
makedepends="libusb-devel"
|
makedepends="libusb-devel"
|
||||||
short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
|
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() {
|
do_fetch() {
|
||||||
git clone git://github.com/linux-sunxi/sunxi-tools ${pkgname}-${version}
|
git clone git://github.com/linux-sunxi/sunxi-tools ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall README 644 usr/share/doc/${pkgname}
|
vinstall README 644 usr/share/doc/${pkgname}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue