updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / stage2 / PKGBUILD
blob9c2c9d6ee974d1c3f57a6be39581e6a72055def3
1 # This is a PKGBUILD for Stage from the Player/Stage project
2 # Contributor: Kevin Barry <barryk@gmail.com
3 pkgname=stage2
4 pkgver=2.1.1
5 pkgrel=1
6 pkgdesc="2.1.x branch of the Stage Robotic Simulator"
7 arch=(i686 x86_64)
8 url="http://playerstage.sf.net"
9 license=('GPL')
10 groups=()
11 depends=()
12 makedepends=()
13 provides=()
14 conflicts=()
15 replaces=()
16 backup=()
17 options=()
18 install=
19 source=(http://dl.sourceforge.net/sourceforge/playerstage/stage-${pkgver}.tar.bz2 )
20 noextract=()
22 build() {
23   cd "$startdir/src/stage-${pkgver}"
25   ./configure
26   make || return 1
27   make DESTDIR="$startdir/pkg" install
30 # vim:set ts=2 sw=2 et: