void-packages/srcpkgs/workrave/template
Steve Prybylski bacf306442 New package: workrave-1.10.8.
Close #2877. Thanks @sunaku.
2015-11-04 10:45:17 -05:00

25 lines
923 B
Bash

# Template file for 'workrave'
pkgname=workrave
version=1.10.8
revision=1
_realversion="${version//./_}"
wrksrc="${pkgname}-${_realversion}"
nocross=yes # gobject-introspection
build_style=gnu-configure
configure_args="--disable-static --disable-gnome $(vopt_enable pulseaudio pulse)"
hostmakedepends="automake autoconf-archive gettext-devel intltool pkg-config
gobject-introspection python-cheetah"
makedepends="gtkmm-devel libSM-devel libXtst-devel libXScrnSaver-devel
$(vopt_if pulseaudio pulseaudio-devel)"
short_desc="Program that assists in the recovery and prevention of RSI"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-3"
homepage="http://www.workrave.org/"
distfiles="https://github.com/rcaelers/${pkgname}/archive/v${_realversion}.tar.gz"
checksum=15e0c87c2172dc249031d97d4020ee4a47ea9073aa26dc06a4b15e91abf88479
build_options="pulseaudio"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}