updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / bombic / PKGBUILD
blobd4f6fd493b436c3f37eefc66d9af0418a96ba115
1 # Contributor: David Watzke <david@watzke.cz>
3 pkgname=bombic
4 pkgver=0.0.1
5 pkgrel=2
6 pkgdesc="A Czech bomberman-like game"
7 arch=('i686' 'x86_64')
8 url="http://hippo.nipax.cz/download.cz.php?id=58"
9 license=('GPL')
10 depends=('sdl_image' 'sdl_ttf' 'sdl_mixer')
11 source=('http://hippo.nipax.cz/src/bombic-0.0.1-src.tar.gz'
12         'bombic-0.0.1-sound.patch')
13 md5sums=('ee0e0d4594baf902bb25ecc0cb62017c'
14         '7909fc33b98d8056aa1742ceefdaf0a2')
16 build()
18         cd "${srcdir}/${pkgname}-${pkgver}-src"
20         patch -Np1 -i "${srcdir}/bombic-0.0.1-sound.patch"
22         ./configure --prefix=/usr
23         make
26 package()
28         cd "${srcdir}/${pkgname}-${pkgver}-src"
30         make DESTDIR="${pkgdir}" install