17 lines
524 B
Bash
17 lines
524 B
Bash
# Template file for 'polyglot'
|
|
pkgname=polyglot
|
|
version=2.0.4
|
|
revision=1
|
|
wrksrc="${pkgname}-${version}.orig"
|
|
build_style=gnu-configure
|
|
short_desc="Winboard chess protocol to UCI protocol adapter"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2"
|
|
homepage="https://packages.debian.org/sid/polyglot"
|
|
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
|
checksum=fa43f80d7f956bdf986649d3ff1e487e1c8682a19b30011a55baa89633e3d23d
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc/polyglot
|
|
}
|