New package: compiz-plugins-main-0.8.12.2

This commit is contained in:
CoolOhm 2017-02-22 20:21:47 -08:00 committed by Jürgen Buchmüller
parent ab46a19029
commit b0d8224f28
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1 @@
compiz-plugins-main

View File

@ -0,0 +1,29 @@
# Template file for 'compiz-plugins-main' of Compiz Reloaded
pkgname=compiz-plugins-main
version=0.8.12.2
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake compiz-bcop gettext-devel intltool libtool pkg-config"
makedepends="compiz-core-devel pango-devel"
short_desc="Basic 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-main/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=6fa2c77f37dbd13ec96065d4e6454ba1e5e098ebbc70d56e06d303d6db2098b1
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
compiz-plugins-main-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}