void-packages/srcpkgs/liquidwar/template
Jürgen Buchmüller b7b3ebdfc1 liquidwar: needs -fcommon for gcc10
[ci skip]
2020-08-28 18:25:36 +02:00

26 lines
819 B
Bash

# Template file for 'liquidwar'
pkgname=liquidwar
version=5.6.5
revision=1
build_style="gnu-configure"
make_build_args="GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar"
make_install_args="GAMEDIR=/usr/bin DATADIR=/usr/share/liquidwar"
make_install_target="install_nolink"
hostmakedepends="python"
makedepends="allegro4-devel"
short_desc="A unique multiplayer wargame"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://www.ufoot.org/liquidwar"
distfiles="http://www.ufoot.org/download/${pkgname}/v5/${version}/${pkgname}-${version}.tar.gz"
checksum=dad0aa84dd416cad055421ed9b40df39efae78d3df759c0583c64c54f7f2ff5f
CFLAGS="-fcommon"
pre_configure() {
# The assembly only exists for 32 bit x86
if [ "$XBPS_TARGET_MACHINE" != "i686" ]; then
configure_args+=" --disable-asm"
fi
}