1 # Maintainer: Hubert Maraszek <marach5 at gmail dot com>
2 # Contributor: Dany Martineau <dany.luc.martineau@gmail.com>
7 pkgdesc="Puzzle game in which the objective is to help a character that looks like a green circle to get all the gems in the room."
8 url="http://xye.sourceforge.net/"
10 arch=('i686' 'x86_64')
11 depends=('sdl_image' 'sdl_ttf' 'gcc-libs')
12 makedepends=('imagemagick')
13 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz
15 md5sums=('25c44973d946294a30b5ca8821440866'
16 '0bc624b90351f316f2c318957695b7d1')
20 cd "$srcdir/$pkgname-$pkgver"
21 ./configure --prefix=/usr
23 make DESTDIR="$pkgdir" install
24 convert xye.svg xye.png
25 install -D xye.png "$pkgdir/usr/share/xye/xye.png"
26 install -D ../xye.desktop "$pkgdir/usr/share/applications/xye.desktop"