1 # Contributor: xavi <xavi@netsons.org>
6 pkgdesc="A slideshow presentation tool for all those who are frustrated with Microsoft PowerPoint and its clones"
9 url="http://code.google.com/p/xsw/"
10 depends=('sdl_ttf' 'sdl_image' 'sdl_gfx' 'imagemagick')
11 source=("http://xsw.googlecode.com/files/$pkgname-$pkgver.tar.gz")
12 md5sums=('916849d541a39aa8c96b89a94d523a0b')
15 cd ${srcdir}/${pkgname}-${pkgver}
17 ./configure --prefix=/usr
19 make prefix="$pkgdir/usr/" install