void-packages/srcpkgs/xiccd/template
2015-04-27 14:39:28 +02:00

18 lines
542 B
Bash

# Template file for 'xiccd'
pkgname=xiccd
version=0.2.2
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="libX11-devel libXrandr-devel glib-devel colord-devel"
short_desc="Simple bridge between colord and X"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-3"
homepage="https://github.com/agalakhov/xiccd"
distfiles="https://github.com/agalakhov/xiccd/archive/v${version}.tar.gz"
checksum=a5b142d7ecb591492fc8d61ccecf3b9eda56aef35c69cfa3ed766daf705cee92
pre_configure() {
autoreconf -if
}