void-packages/srcpkgs/quakespasm/template

26 lines
786 B
Bash

# Template file for 'quakespasm'
pkgname=quakespasm
version=0.94.7
revision=1
build_wrksrc="Quake"
build_style=gnu-makefile
make_build_args="DO_USERDIRS=1 USE_SDL2=1"
make_use_env=yes
makedepends="SDL2-devel libmad-devel"
short_desc="Modern Quake 1 engine"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="GPL-2.0-or-later"
homepage="http://quakespasm.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quakespasm/Source/quakespasm-${version}.tar.gz"
checksum=c645c6f8f04208cfafcd26444a03f690eb03d2b4a0ea946ea49747e58f9f73fe
case "$XBPS_TARGET_MACHINE" in
arm*) makedepends+=" MesaLib-devel"
esac
do_install() {
vbin quakespasm
vinstall ../Misc/QuakeSpasm_512.png 644 usr/share/pixmaps quakespasm.png
vinstall ${FILESDIR}/quakespasm.desktop 644 usr/share/applications
}