pgn-extract: update to 19.04.

This commit is contained in:
Leah Neukirchen 2019-05-02 10:47:07 +02:00
parent c5e4b03cbd
commit 4f18524c35

View file

@ -1,6 +1,6 @@
# Template file for 'pgn-extract'
pkgname=pgn-extract
version=18.10
version=19.04
revision=1
wrksrc="pgn-extract"
build_style=gnu-makefile
@ -10,13 +10,17 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/"
changelog="https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/changes.html"
distfiles="https://www.cs.kent.ac.uk/~djb/pgn-extract/pgn-extract.tgz"
checksum=a52fb4150da7064f8846d8606c1d7548d677ff2fa16571dc030726bb6cfe0d08
distfiles="https://www.cs.kent.ac.uk/~djb/pgn-extract/pgn-extract-${version/./-}.tgz"
checksum=8fac35b02983b19266ee10d064e21e2686ddda97b383cf8a804158d1f6a23270
post_extract() {
sed -i '/^CC=/d' Makefile
}
do_check() {
( cd test; ./runtests )
}
do_install() {
vbin pgn-extract
vman pgn-extract.man pgn-extract.1
vdoc help.html
}