New package: scid_vs_pc-4.15

This commit is contained in:
Michael Gehring 2016-03-13 08:44:00 +01:00
parent 727760654e
commit 151d169ced

View file

@ -0,0 +1,22 @@
# Template file for 'scid_vs_pc'
pkgname=scid_vs_pc
version=4.15
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=89c4026d06a645d3f682399d8041521178fe6638337ea4e49b1a064e9b799be7
do_configure() {
./configure CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
LINK=${CXX} LDFLAGS="${LDFLAGS}" BINDIR=/usr/bin SHAREDIR=${pkgname}
}
post_install() {
vlicense COPYING
}