1 # Contributor: MCMic <come.bernigaud@laposte.net>
6 pkgdesc="Me and My Shadow is a puzzle/platform game. It has an interesting concept and rather unique gameplay."
8 url="http://meandmyshadow.sourceforge.net/"
10 depends=('sdl' 'sdl_gfx' 'curl' 'libarchive' 'sdl_ttf' 'sdl_mixer')
11 makedepends=('make' 'cmake')
13 source=('http://sourceforge.net/projects/meandmyshadow/files/${pkgver}/meandmyshadow-${pkgver}-src.tar.gz/download')
14 md5sums=('3736880e6c52135f1ac2fd56e6df566a')
17 cd $srcdir/$pkgname-$pkgver
19 cmake -DCMAKE_INSTALL_PREFIX=/usr .
21 make install DESTDIR=$pkgdir