vp-build/srcpkgs/compiz-plugins-extra/template

31 lines
939 B
Bash

# Template file for 'compiz-plugins-extra' of Compiz Reloaded
pkgname=compiz-plugins-extra
version=0.8.14
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake compiz-bcop gettext-devel intltool libtool pkg-config"
makedepends="compiz-core-devel compiz-plugins-main-devel libnotify-devel"
short_desc="Extra plugins for Compiz Reloaded"
maintainer="CoolOhm <micvlas@gmail.com>"
homepage="https://github.com/compiz-reloaded"
license="GPL-2"
distfiles="https://github.com/compiz-reloaded/compiz-plugins-extra/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=3695ba256d6fd4b84ee463c87e8222f8617c9ad847c7c8522aa3367b7e313233
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
compiz-plugins-extra-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}