# Template file for 'gnubg'
pkgname=gnubg
version=1.05.000
revision=3
build_style=gnu-configure
configure_args="--disable-cputest ax_cv_gcc_x86_cpuid_0x00000001=0"
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
	configure_args+=" --enable-simd=sse2"
fi
hostmakedepends="pkg-config python gdk-pixbuf-devel"
if [ "$CROSS_BUILD" ]; then
	hostmakedepends+=" ${pkgname}"
fi
makedepends="libcurl-devel libglib-devel gtk+-devel gtkglext-devel python-devel
 libcanberra-devel readline-devel readline sqlite-devel"
short_desc="GNU Backgammon game"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-3"
homepage="http://www.gnubg.org"
distfiles="http://www.gnubg.org/media/sources/$pkgname-release-$version-sources.tar.gz"
checksum=a872810b82f17950be64b4f49a10da97634c5d8f39069288f64bd2eb78a4cddb
LDFLAGS="-Wl,--no-as-needed -lm -lreadline"

pre_configure() {
	if [ "$CROSS_BUILD" ]; then
		makeweights < gnubg.weights > gnubg.wd
		makebearoff -o 6 -s 7999999 -f gnubg_os0.bd
		makebearoff -t 6x6 -f gnubg_ts0.bd
	fi
}