1 # Contributor: MCMic <come.bernigaud@laposte.net>
3 pkgname=divideandsucceed
6 pkgdesc="A game in which you must divide polygons into the rigth number of equal parts."
8 url="http://projects.haxx.es/p/divide-and-succeed/"
10 depends=('sdl' 'sdl_ttf')
11 makedepends=('make' 'cmake')
13 source=('http://projects.haxx.es/media/upload/divide-and-succeed/files/divide-and-succeed-0.9.1.tar.gz')
14 md5sums=('221185789a7b9119ce3dd8e5e5f96069')
17 cd $srcdir/divide-and-succeed-0.9.1
19 cmake -DCMAKE_INSTALL_PREFIX=/usr .
21 make install DESTDIR=$pkgdir