void-packages/srcpkgs/scid_vs_pc/template
2016-10-24 13:19:10 +02:00

22 lines
716 B
Bash

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