updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / meandmyshadow / PKGBUILD
blobb81d59ad3fae5e69fdc22debbafb4a669b9eb820
1 # Contributor: MCMic <come.bernigaud@laposte.net>
3 pkgname=meandmyshadow
4 pkgver=0.2
5 pkgrel=3
6 pkgdesc="Me and My Shadow is a puzzle/platform game. It has an interesting concept and rather unique gameplay."
7 arch=('i686' 'x86_64')
8 url="http://meandmyshadow.sourceforge.net/"
9 license=('GPL')
10 depends=('sdl' 'sdl_gfx' 'curl' 'libarchive' 'sdl_ttf' 'sdl_mixer')
11 makedepends=('make' 'cmake')
12 conflicts=()
13 source=('http://sourceforge.net/projects/meandmyshadow/files/${pkgver}/meandmyshadow-${pkgver}-src.tar.gz/download')
14 md5sums=('3736880e6c52135f1ac2fd56e6df566a')
16 build() {
17         cd $srcdir/$pkgname-$pkgver
19         cmake -DCMAKE_INSTALL_PREFIX=/usr .
20         make
21         make install DESTDIR=$pkgdir