1 # Contributor: Piotr Beling <qwak@stud.ics.p.lodz.pl>
6 pkgdesc="Frozen-bubble clone. The main aim of the game is to link together more than two balls of the same color to remove them from the game."
9 url="http://netbubble.zippygraphics.com/"
10 depends=(sdl sdl_image sdl_net)
11 source=(http://netbubble.zippygraphics.com/files/net-bubble-${pkgver}.tar.gz
15 md5sums=('5102f0f7e6139749cb8c8dffa51eee62'
16 '06872062ac5289bc49428f89442ffd1d'
17 '3012dec3204bac1afab9b21d8ecb65f2')
20 cd $startdir/src/$pkgname-$pkgver
22 local dstdir=$startdir/pkg/usr/share/games/$pkgname
26 rm *.o *.h *.c Makefile
28 install -D -m644 $startdir/src/net-bubble.desktop \
29 $startdir/pkg/usr/share/applications/net-bubble.desktop
31 install -D -m755 $startdir/src/net-bubble \
32 $startdir/pkg/usr/bin/net-bubble
34 #./configure --prefix=/usr
36 #make prefix=$startdir/pkg/usr install