updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / xdriller / PKGBUILD
blobc2ed6e37fb1b3822163db0ed5fd70edd7d6e3a48
1 # Maintainer: durmieu <durmieu@users.sourceforge.net>
2 # Contributor: durmieu <durmieu@users.sourceforge.net>
3 pkgname=xdriller
4 pkgver=0.8.0
5 pkgrel=3
6 pkgdesc="A 3d Mr Driller clone"
7 arch=('i686' 'x86_64')
8 url="http://xdriller.sf.net"
9 license=('GPL3')
10 depends=('sdl' 'sdl_mixer' 'ogre' 'ois' 'libogg' 'libvorbis' 'gettext')
11 makedepends=('pkgconfig')
12 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('63003f3d6b78947f2853bf959383923e')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
19   make || return 1
20   
21   make INSTALL_PREFIX=$pkgdir/usr install || return 1
22