# Template file for 'gnubg' pkgname=gnubg version=1.05.000 revision=1 build_style=gnu-configure 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="libglib-devel gtk+-devel gtkglext-devel python-devel libcanberra-devel readline-devel readline sqlite-devel" short_desc="GNU Backgammon game" maintainer="Christian Neukirchen " license="GPL-3" homepage="http://www.gnubg.org" distfiles="http://www.gnubg.org/media/sources/$pkgname-release-$version-sources.tar.gz" checksum=a872810b82f17950be64b4f49a10da97634c5d8f39069288f64bd2eb78a4cddb 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 export LDFLAGS= fi }