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>
10 pkgdesc="Robocup 2D Server"
12 url="http://sserver.sf.net"
14 depends=('flex' 'boost' 'bison')
15 makedepends=('gcc' 'make')
16 source=($pkgname-$pkgver.tar.gz)
17 md5sums=('bfcf6da6a9aadc9f7b5eae572f6b01ac')
20 cd "$srcdir/$pkgname-$pkgver"
21 ./configure --prefix=/usr
26 cd "$srcdir/$pkgname-$pkgver"
28 make DESTDIR="$pkgdir/" install