1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Your Name <youremail@domain.com>
7 pkgname=kicad-arduino-shield-modules
10 pkgdesc="Kicad libraries for arduino shields"
12 url="http://www.thingiverse.com/thing:9630"
13 license=('CCPL:by-3.0')
17 source=(http://www.thingiverse.com/download:30433 http://www.thingiverse.com/download:30434 http://www.thingiverse.com/download:30436 http://www.thingiverse.com/download:30437)
19 md5sums=('597523d3cb3c94434f38cd5be1b42656'
20 '10dd57ecdc0df374ca75aaaff0c620c1'
21 '20609a3b9cda49b4622d8fd0d68adc5d'
22 'e5a9decc7c1982f3eb4bba6f5606c6f5')
25 installdir="${pkgdir}/usr/share/kicad/"
27 install -dm755 "${installdir}library/" "${installdir}modules/" "${installdir}modules/packages32/arduino shields/"
28 install -Dm755 download:30433 "${installdir}modules/arduino_shields.mod"
29 install -Dm755 download:30434 "${installdir}library/arduino_shieldsNCL.lib"
30 install -Dm755 download:30436 "${installdir}modules/packages32/arduino_shields/ArduinoMegaShield.wrl"
31 install -Dm755 download:30437 "${installdir}modules/packages32/arduino_shields/ArduinoMegaShield.wings "
34 # vim:set ts=2 sw=2 et: