updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / divideandsucceed / PKGBUILD
blob25ea84e6697ae688a0d06bc53c4c672125f2402f
1 # Contributor: MCMic <come.bernigaud@laposte.net>
3 pkgname=divideandsucceed
4 pkgver=0.9.1
5 pkgrel=1
6 pkgdesc="A game in which you must divide polygons into the rigth number of equal parts."
7 arch=('i686' 'x86_64')
8 url="http://projects.haxx.es/p/divide-and-succeed/"
9 license=('GPL')
10 depends=('sdl' 'sdl_ttf')
11 makedepends=('make' 'cmake')
12 conflicts=()
13 source=('http://projects.haxx.es/media/upload/divide-and-succeed/files/divide-and-succeed-0.9.1.tar.gz')
14 md5sums=('221185789a7b9119ce3dd8e5e5f96069')
16 build() {
17         cd $srcdir/divide-and-succeed-0.9.1
19         cmake -DCMAKE_INSTALL_PREFIX=/usr .
20         make
21         make install DESTDIR=$pkgdir