1 #Maintainer: Robert J Bosse <robert.bosse@hvf-bs.net>
6 makedepends=('ocaml' 'make')
9 pkgdesc="A program for playing with simulations of planetary systems"
10 url="http://planets.homedns.org/"
11 source=(http://planets.homedns.org/dist/${pkgname}-${pkgver}.tgz)
12 md5sums=('2c72f2469ee0413bd470a2ad84f2f0f8')
15 cd "${srcdir}/${pkgname}-${pkgver}"
17 install -Dm755 planets ${pkgdir}/usr/bin/planets
18 install -Dm644 planets.desktop ${pkgdir}/usr/share/applications/planets.desktop
19 install -Dm644 planets.png ${pkgdir}/usr/share/pixmaps/planets.png
20 install -Dm644 getting_started.html ${pkgdir}/usr/share/doc/planets/getting_started.html
22 # vim:set ts=2 sw=2 et: