New Package: compiz-plugins-extra-0.8.12.1
This commit is contained in:
parent
b0d8224f28
commit
8656087857
2 changed files with 31 additions and 0 deletions
1
srcpkgs/compiz-plugins-extra-devel
Symbolic link
1
srcpkgs/compiz-plugins-extra-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
compiz-plugins-extra
|
30
srcpkgs/compiz-plugins-extra/template
Normal file
30
srcpkgs/compiz-plugins-extra/template
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'compiz-plugins-extra' of Compiz Reloaded
|
||||
|
||||
pkgname=compiz-plugins-extra
|
||||
version=0.8.12.1
|
||||
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=284397765fe2709bbd6203247b15619e917144581a77298301a6fbac642b2f95
|
||||
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue