# Template file for 'heyu'
pkgname=heyu
version=2.10.3
revision=1
build_style=configure
configure_script="./Configure"
configure_args="linux"
short_desc="X10 automation for Linux"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://www.heyu.org"
distfiles="https://github.com/HeyuX10Automation/heyu/archive/v${version}.tar.gz"
checksum=0c3435ea9cd57cd78c29047b9c961f4bfbec39f42055c9949acd10dd9853b628

pre_configure() {
	sed -i 's:local/::' Configure
	sed -i 's:/man:/share/man:' Configure
	sed -i 's:gcc:${CC}:' Configure
	sed -i 's:\$(DFLAGS):\$(DFLAGS) \${CFLAGS}:' Configure
}

do_install() {
	# The provided 'make install' target is beyond patching
	vbin heyu

	vmkdir etc/heyu
	vinstall x10config.sample 0644 etc/heyu x10.conf

	vman heyu.1
	vman x10config.5
	vman x10sched.5
	vman x10scripts.5
	vman x10cm17a.5
	vman x10aux.5
	vman x10rfxsensors.5
	vman x10rfxmeters.5
	vman x10digimax.5
	vman x10oregon.5
	vman x10kaku.5
}
