diff --git a/srcpkgs/compiz-bcop/template b/srcpkgs/compiz-bcop/template new file mode 100644 index 00000000000..840a26b7e4e --- /dev/null +++ b/srcpkgs/compiz-bcop/template @@ -0,0 +1,19 @@ +# 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 " +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 +}