pkgname=chocolate-doom pkgver=2.2.1 pkgrel=1 pkgdesc="A Doom port reproducing the behavior of the original DOS version." arch=('x86_64') url="http://www.chocolate-doom.org/" license=('GPL2') depends=('libsamplerate' 'sdl_mixer' 'sdl_net') makedepends=('python3') categories=('games') install=$pkgname.install source=(http://www.chocolate-doom.org/downloads/${pkgver}/chocolate-doom-${pkgver}.tar.gz) md5sums=('20ef24c517f701023aa187c07b587ce6') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install }