23 lines
720 B
Bash
23 lines
720 B
Bash
# Template file for 'xboard'
|
|
pkgname=xboard
|
|
version=4.8.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-gtk --enable-zippy"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+-devel cairo-devel librsvg-devel"
|
|
depends="gnuchess alsa-utils desktop-file-utils shared-mime-info hicolor-icon-theme"
|
|
short_desc="X graphical user interface for chess"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/xboard/"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=c88f48fc7fe067be0a13b8d121c38551145f889719c212717884e5e82d902d17
|
|
|
|
post_extract() {
|
|
sed -i 's/fairymax/gnuchess/g' */xboard.h xboard.conf
|
|
}
|
|
|
|
post_install() {
|
|
vbin cmail
|
|
}
|