gnubg: update to 1.06.002.
This commit is contained in:
parent
9c601fc3cf
commit
049595e654
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'gnubg'
|
||||
pkgname=gnubg
|
||||
version=1.06.001
|
||||
version=1.06.002
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-cputest ax_cv_gcc_x86_cpuid_0x00000001=0"
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
configure_args="--disable-cputest ax_cv_gcc_x86_cpuid_0x00000001=6000000"
|
||||
if [ "$XBPS_TARGET_MACHINE" = x86_64 ]; then
|
||||
configure_args+=" --enable-simd=sse2"
|
||||
fi
|
||||
hostmakedepends="pkg-config python-devel gdk-pixbuf-devel"
|
||||
|
@ -15,10 +15,10 @@ makedepends="libcurl-devel libglib-devel gtk+-devel gtkglext-devel python-devel
|
|||
libcanberra-devel readline-devel readline sqlite-devel"
|
||||
short_desc="GNU Backgammon game"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnubg.org"
|
||||
distfiles="http://www.gnubg.org/media/sources/$pkgname-release-$version-sources.tar.gz"
|
||||
checksum=eb70460ec5e03fca20e0711f76334d5d68519fa04ba0474f9445e4bd821cdf6a
|
||||
checksum=ce1b0b0c1900717cc598032a14cf8c0ee60faf24d84368b39922c0102983bc87
|
||||
LDFLAGS="-Wl,--no-as-needed -lm -lreadline"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue