mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
golly: update to 3.2.
This commit is contained in:
parent
51538ed000
commit
0d8f518d1c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'golly'
|
# Template file for 'golly'
|
||||||
pkgname=golly
|
pkgname=golly
|
||||||
version=3.1
|
version=3.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}-src"
|
wrksrc="${pkgname}-${version}-src"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_script="gui-wx/configure/configure"
|
configure_script="gui-wx/configure/configure"
|
||||||
|
@ -11,10 +11,10 @@ makedepends="MesaLib-devel glu-devel lua-devel python-devel wxWidgets-devel
|
||||||
zlib-devel"
|
zlib-devel"
|
||||||
short_desc="Simulator for Conway's Game of Life and other cellular automata"
|
short_desc="Simulator for Conway's Game of Life and other cellular automata"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://golly.sourceforge.net/"
|
homepage="http://golly.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-src.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-src.tar.gz"
|
||||||
checksum=c78951aca815d2897d966681d8999311676c3ef9f4106087001d529fc724c736
|
checksum=4d02f78592b5ea211f1ceda2d5ba55eb10e013ecf95b8a61c7061357f9aae931
|
||||||
|
|
||||||
if [ -n "${CROSS_BUILD}" ]; then
|
if [ -n "${CROSS_BUILD}" ]; then
|
||||||
hostmakedepends+=" python"
|
hostmakedepends+=" python"
|
||||||
|
|
Loading…
Add table
Reference in a new issue