New package: xiccd-0.2.2

This commit is contained in:
lemmi 2015-04-26 13:53:23 +02:00
parent f9a3e8058d
commit 086878f371
1 changed files with 17 additions and 0 deletions

17
srcpkgs/xiccd/template Normal file
View File

@ -0,0 +1,17 @@
# 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
}