1 # Contributor: Stefano Zamprogno <stefano.zamprogno@gmail.com>
7 pkgdesc="Not Quite C used to program Lego's RCX, with USB support"
8 url="http://bricxcc.sourceforge.net/nqc/"
12 source=(http://bricxcc.sourceforge.net/$pkgname/release/$pkgname-$pkgver.tgz
14 md5sums=('2ed4b2728ab6f0d21723a466996ce91b'
15 'fdf80aeb3b6c81029cb98cc1c858b50c')
24 # make install is crappy. we'll do it oursevles
25 install -Dm755 "nqc.sh" "$pkgdir/etc/profile.d/nqc.sh"
26 install -Dm644 "nqc-man-2.1r1-0.man" "$pkgdir/usr/share/man/man1/nqc.1"
27 install -d "$pkgdir/usr/bin"
28 install -m755 -t "$pkgdir/usr/bin" "bin"/*