updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / tinyos / PKGBUILD
blob27aa2ada500394530500b221c2325378cb584ab3
1 # Maintainer: Andras Biro <bbandi86@gmail.com>
2 pkgname=tinyos
3 pkgver=2.1.1
4 pkgrel=3
5 pkgdesc="Small operating system for sensor motes, embedded devices"
6 arch=(any)
7 license=(GPL)
8 options=(!libtool)
9 url="http://www.tinyos.net/"
10 optdepends=('jdk: for building java tools for tinyos applications'
11             'jre: for using java tools'
12             'avr-libc-tinyos: to build for atmel based platforms'
13             'avrdude: to installing for atmel based platform (which is not supported by uisp, like iris)'
14             'binutils-msp430: to build for msp430 based platforms'
15             'gcc-msp430: to build for msp430 based platforms'
16             'msp430-libc: to build for msp430 based platforms')
18 source=(http://tinyos.stanford.edu/tinyos-rpms/${pkgname}-${pkgver}.tar.gz
19         tinyos.profile)
20 md5sums=('81c1e6f3b5331f8d7af378799df47856'
21          '426c1635e556733d6fdd3df8f0fb0224')
23 build() {
25   install -d ${pkgdir}/opt
26   cp -aR ${srcdir}/${pkgname}-${pkgver}/ ${pkgdir}/opt
27   install -D -m755 ${srcdir}/${pkgname}.profile ${pkgdir}/etc/profile.d/${pkgname}.sh