New package: compiz-plugins-main-0.8.12.2
This commit is contained in:
parent
ab46a19029
commit
b0d8224f28
|
@ -0,0 +1 @@
|
|||
compiz-plugins-main
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue