updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / kicad-arduino-shield-modules / PKGBUILD
blob6da1dedc50199f40610624b9e4e9a00fd9dc52bc
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
8 pkgver=3
9 pkgrel=1
10 pkgdesc="Kicad libraries for arduino shields"
11 arch=('any')
12 url="http://www.thingiverse.com/thing:9630"
13 license=('CCPL:by-3.0')
14 depends=('kicad')
15 install=
16 changelog=
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)
18 noextract=()
19 md5sums=('597523d3cb3c94434f38cd5be1b42656'
20          '10dd57ecdc0df374ca75aaaff0c620c1'
21          '20609a3b9cda49b4622d8fd0d68adc5d'
22          'e5a9decc7c1982f3eb4bba6f5606c6f5')
24 package() {
25   installdir="${pkgdir}/usr/share/kicad/"
26   cd "$srcdir/"
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: