void-packages/srcpkgs/ccsm/template
2017-02-19 07:43:17 +01:00

22 lines
749 B
Bash

# Template file for 'ccsm' of Compiz Reloaded
pkgname=ccsm
version=0.8.12.4
revision=1
build_style=python2-module
hostmakedepends="automake intltool libtool pkg-config python"
makedepends="compiz-core-devel compizconfig-python python-cairo-devel"
depends="compizconfig-python python-cairo"
short_desc="Compiz Configuration Seetings Manager for Compiz Reloaded"
maintainer="CoolOhm <micvlas@gmail.com>"
homepage="https://github.com/compiz-reloaded"
license="GPL-2"
distfiles="https://github.com/compiz-reloaded/ccsm/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=173375ea22ae97bc4be3e0dc3a7df894e9e20845c59bfdeafbac3a8c39d5151a
if [ -z "$CROSS_BUILD" ]; then
depends+=" python-gobject"
makedepends+=" python-gobject-devel"
fi