New package: golly-2.7

This commit is contained in:
Christian Neukirchen 2015-12-14 15:47:48 +01:00
parent 1f8a5ee0ec
commit 360c70d4c9
1 changed files with 20 additions and 0 deletions

20
srcpkgs/golly/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'golly'
pkgname=golly
version=2.7
revision=1
wrksrc="${pkgname}-${version}-src"
build_style=gnu-configure
configure_script="gui-wx/configure/configure"
configure_args="--with-wx-config=wx-config-3.0"
makedepends="perl python-devel wxWidgets-devel"
short_desc="Simulator for Conway's Game of Life and other cellular automata"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://golly.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-src.tar.gz"
checksum=4ee86e42e16c09e41aa8492f66e5a4a1ea7a130c5abc43d962e2f1d5604bd971
post_extract() {
# POSIX name clash
sed -i 's/PAGESIZE/GOLLYPAGESIZE/' gui-wx/*.cpp
}