6 pkgdesc="Up to 8 tanks fighting each others on one computer"
7 url="http://www.groundfire.net/"
10 depends=('glfw' 'freealut' 'openal')
11 source=(http://www.groundfire.net/download/groundfire-src-0.25.tar.gz groundfire.desktop groundfire Makefile groundfire.png)
12 md5sums=('52a32e3037798b81ef4430ab63ccb8ee' '72c6404e3f7e936f1fe4c3fa803913bd' 'a787f3d9a3dc812367d7c90d2aff6e12' 'ee364b8e30d2d78fab9f15cf9e0297dd' 'c9b4a39ae27332391acd089bb0f796a2')
16 install -d $startdir/pkg/usr/share/applications
17 install -m644 $startdir/src/groundfire.desktop $startdir/pkg/usr/share/applications
20 install -d -m755 $startdir/pkg/usr/bin
21 install -m755 $startdir/src/groundfire $startdir/pkg/usr/bin
24 install -d -m755 $startdir/pkg/usr/share/pixmaps
25 install -m755 $startdir/src/groundfire.png $startdir/pkg/usr/share/pixmaps
28 cp $startdir/src/Makefile $startdir/src/$pkgname-$pkgver/Makefile
29 cd $startdir/src/$pkgname-$pkgver/
36 rm $startdir/src/$pkgname-$pkgver/src -Rf
39 install -d -m755 $startdir/pkg/opt/$pkgname
40 cp $startdir/src/$pkgname-$pkgver/* $startdir/pkg/opt/$pkgname/ -R
42 #Allowing anyone to modify config files (didn't find a way to do it better)
43 chmod 777 $startdir/pkg/opt/$pkgname/conf -R