2 # Maintainer: Dany Martineau <dany.luc.martineau gmail.com>
7 pkgdesc="Extensible ball and paddle game that lets you script the events and attributes of the objects (balls, blocks, powerups, etc.) with GNU Guile."
9 url="http://www.gnu.org/software/ballandpaddle/"
11 depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'guile')
13 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz )
14 md5sums=('685c2eb372f0aedfcf0b6addd5b05355')
15 install=(ballandpaddle.install)
18 cd $startdir/src/$pkgname-$pkgver/src
19 sed -i '1i#include <cstdlib>' settingsmanager.cpp
21 ./configure --prefix=/usr
23 make DESTDIR=$startdir/pkg install
24 # move conflicting files
25 rm $pkgdir/usr/share/info/dir