2014-01-25 12:50:12 +00:00
|
|
|
# Template file for 'sunxi-tools'
|
|
|
|
pkgname=sunxi-tools
|
|
|
|
version=20140125
|
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
2014-07-27 14:05:16 +00:00
|
|
|
hostmakedepends="pkg-config git"
|
2014-01-26 15:56:45 +00:00
|
|
|
makedepends="libusb-devel"
|
2014-01-25 12:50:12 +00:00
|
|
|
short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://github.com/linux-sunxi/sunxi-tools"
|
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
git clone git://github.com/linux-sunxi/sunxi-tools ${pkgname}-${version}
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vinstall README 644 usr/share/doc/${pkgname}
|
|
|
|
|
|
|
|
for f in fexc bootinfo fel usb-boot fel-gpio pio nand-part; do
|
|
|
|
vinstall ${f} 755 usr/bin
|
|
|
|
done
|
|
|
|
cd ${DESTDIR}/usr/bin
|
|
|
|
ln -s fexc fex2bin
|
|
|
|
ln -s fexc bin2fex
|
|
|
|
}
|