New package: heyu-2.10

Closes: #4728 [via git-merge-pr]
This commit is contained in:
Michael Aldridge 2016-09-07 01:11:28 -05:00 committed by Toyam Cox
parent ce8736eb68
commit acdd3cca6c
1 changed files with 46 additions and 0 deletions

46
srcpkgs/heyu/template Normal file
View File

@ -0,0 +1,46 @@
# Template file for 'heyu'
pkgname=heyu
version=2.10
revision=1
build_style=configure
configure_script="./Configure"
configure_args="linux"
short_desc="X10 automation for Linux"
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
license="GPL-3"
homepage="http://www.heyu.org"
distfiles="https://github.com/HeyuX10Automation/heyu/archive/v${version}.tar.gz"
checksum=2893b2b68470c2a3f4a35bb21b9466ba93de67a6dddd2d035fa1cfab9f79f25f
case $XBPS_TARGET_MACHINE in
*-musl)
broken=https://s3.amazonaws.com/archive.travis-ci.org/jobs/159799132/log.txt
;;
esac
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 0666 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
}