1 # Contributor: Christian Hesse <mail@earthworm.de>
2 pkgname=qmk-groundstation
5 pkgdesc="Mikrokopter Groundstation (like Kopter-Tool)"
7 url="http://www.mikrokopter.de/ucwiki/QMKGroundStation"
19 source=('http://svn.mikrokopter.de/filedetails.php?repname=Projects&path=%2FQMK-Groundstation%2FRelease%2FQMK-Groundstation-v1.0.1.tgz')
21 md5sums=(9b131ccbaebf6bfdd6c5aaf3094b0328)
24 cd "$srcdir/QMK-Groundstation 1.0.1/"
27 sed -i "s/#include <stdio.h>/#include <stdio.h>\n#include <stdint.h>/" SerialPort/posix_qextserialport.h
29 mkdir -p $pkgdir/usr/bin/
30 install build/bin/QMK-Groundstation $pkgdir/usr/bin/
33 # vim:set ts=2 sw=2 et: