1 # This is a PKGBUILD for Stage from the Player/Stage project
2 # Contributor: Kevin Barry <barryk@gmail.com
6 pkgdesc="2.1.x branch of the Stage Robotic Simulator"
8 url="http://playerstage.sf.net"
19 source=(http://dl.sourceforge.net/sourceforge/playerstage/stage-${pkgver}.tar.bz2 )
23 cd "$startdir/src/stage-${pkgver}"
27 make DESTDIR="$startdir/pkg" install
30 # vim:set ts=2 sw=2 et: