1 # Maintainer: Marco A Rojas <marquicus[at]gmail.com>
6 pkgdesc="Fastboot is a command line tool used to flash the filesystem in Android devices from a host via USB"
9 url="http://developer.htc.com/adp.html"
11 optdepends=('android-udev: Udev rules to connect Android devices to you linux box'
12 'android-sdk-platform-tools: Platform-Tools for Google Android SDK (adb, aapt, aidl, dexdump and dx')
13 source=("http://dl4.htc.com/RomCode/ADP/fastboot.zip")
14 sha1sums=('a2cdd68ae99738cad0db1e88e63199befd1b13f2')
16 DLAGENTS="http::/usr/bin/wget -c -t 3 --waitretry=3 --referer=${url} -O %o %u"
21 install -m755 ${srcdir}/${pkgname} $pkgdir/usr/bin/${pkgname}