void-packages/srcpkgs/scid_vs_pc/template
2016-07-24 11:29:22 +02:00

22 lines
718 B
Bash

# Template file for 'scid_vs_pc'
pkgname=scid_vs_pc
version=4.16.1
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=cdf71775bf7c2c29d9c1e98fd4a94acc125c5b1b5c6549b334b617918efe3df3
do_configure() {
./configure CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
LINK=${CXX} LDFLAGS="${LDFLAGS}" BINDIR=/usr/bin SHAREDIR=${pkgname}
}
post_install() {
vlicense COPYING
}