vp-build/srcpkgs/compiz-bcop/template

20 lines
617 B
Bash

# Template file for 'compiz-bcop' of Compiz Reloaded
pkgname=compiz-bcop
version=0.8.12
revision=1
build_style=gnu-configure
hostmakedepends="automake intltool libtool pkg-config libxslt"
makedepends="libxslt-devel"
depends="libxslt"
short_desc="Compiz Reloaded bcop module"
maintainer="CoolOhm <micvlas@gmail.com>"
homepage="https://github.com/compiz-reloaded"
license="GPL-2"
distfiles="https://github.com/compiz-reloaded/compiz-bcop/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=11b9e15b3fd8aa2d9a1717ccbda74e743af6593989bf4bae1a197b59b2f456d9
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}