# # Games Packages for Chakra, part of chakra-project.org # # Maintainer: Adrián Chaves Fernández (Gallaecio) pkgname=eris pkgver=1.3.21 pkgrel=2 pkgdesc="Provides a common system to deal with the back-end Atlas tasks." arch=(i686 x86_64) url="http://worldforge.org/dev/eng/libraries/eris" license=('LGPL') depends=('atlas_cpp' 'libsigc++2.0' 'mercator' 'skstream') source=("http://sunet.dl.sourceforge.net/sourceforge/worldforge/$pkgname-$pkgver.tar.bz2") md5sums=('bc3e81d6fd93f9c0483efbca2ebdab90') build() { cd $srcdir/$pkgname-$pkgver ./configure \ --prefix=/usr make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install }