archrelease: copy trunk to community-any
[ArchLinux/community.git] / barrage / trunk / PKGBUILD
blobab674cbcfafe25fdaa0816452bbecba0c906bf2f
1 # Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
2 # Contributor: Allan McRae <mcrae_allan@hotmail.com>
3 # Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
5 pkgname=barrage
6 pkgver=1.0.6
7 pkgrel=1
8 pkgdesc="A violent point-and-click shooting game with nice effects"
9 arch=('x86_64')
10 url="http://lgames.sourceforge.net/index.php?project=Barrage"
11 license=('GPL')
12 depends=('hicolor-icon-theme' 'sdl_mixer')
13 changelog=$pkgname.changelog
14 source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
15 sha256sums=('9c5924cd3e408dc3df5ec771c2f12c938f915fd3f2d6656a003beea311381dae')
17 build() {
18   cd "${srcdir}"/$pkgname-$pkgver
20   ./configure --prefix=/usr
21   make
24 package() {
25   cd "${srcdir}"/$pkgname-$pkgver
27   make DESTDIR="${pkgdir}" install