1 #Maintainer: Jesse Jaara <jesse.jaara@gmail.com>
6 pkgdesc="Wizznic is a puzzlegame where you have to match bricks of the same kind, this is not as easy as you'd think"
8 url="http://wizznic.sourceforge.net/"
10 depends=('sdl_mixer' 'sdl_image')
11 source=("http://downloads.sourceforge.net/project/wizznic/Source%20Releases/wizznic-${pkgver}-src.tar.bz2")
14 cd "$srcdir/$pkgname-${pkgver}${_customver}-src"
16 make -f Makefile.linux DATADIR=/usr/share/wizznic/ BINDIR=/usr/bin/
20 cd "$srcdir/$pkgname-${pkgver}${_customver}-src"
22 make -f Makefile.linux DATADIR=$pkgdir/usr/share/wizznic/ BINDIR=$pkgdir/usr/bin/ install
25 # vim:set ts=2 sw=2 et:
27 md5sums=('18d728bdcce733d215d361d00fea15ad')