1 # Contributor: Nate Rhodes <nate.rhodes at gmail.com>
2 # Created: January 2008
7 pkgdesc="A small tool to program the FX2 and do basic endpoint communication for testing."
9 url="http://www.cip.physik.uni-muenchen.de/~wwieser/elec/periph/USB-FX2/software/"
12 source=("http://www.cip.physik.uni-muenchen.de/~wwieser/elec/periph/USB-FX2/software/$pkgname-$pkgver.tar.gz")
13 md5sums=('618207b113ed364a7a09c16ae881b945')
17 cd "$startdir/src/$pkgname-$pkgver"
22 # Move binaries around to proper place
23 install -D "$startdir/src/$pkgname-$pkgver/$pkgname" "$startdir/pkg/usr/bin/$pkgname" || return 1