23 lines
716 B
Bash
23 lines
716 B
Bash
# Template file for 'scid_vs_pc'
|
|
pkgname=scid_vs_pc
|
|
version=4.16
|
|
revision=1
|
|
build_style=configure
|
|
hostmakedepends="tcl"
|
|
makedepends="tcl-devel tk-devel zlib-devel"
|
|
short_desc="A chess toolkit with extensive database, analysis and playing features"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
license="GPL-2,custom"
|
|
homepage="http://scidvspc.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/scidvspc/source/scid_vs_pc-${version}.tgz"
|
|
checksum=dde40b1e90de8947727a79b519c21214c873493e5ac7b952267ae9e4c4c20579
|
|
|
|
do_configure() {
|
|
./configure CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
|
|
LINK=${CXX} LDFLAGS="${LDFLAGS}" BINDIR=/usr/bin SHAREDIR=${pkgname}
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|