27 lines
855 B
Text
27 lines
855 B
Text
|
# Template file for 'compiz-bcop'
|
||
|
pkgname=compiz-bcop
|
||
|
version=0.8.4
|
||
|
distfiles="http://releases.compiz-fusion.org/$version/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="Compiz option code generator"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=d359ca1a9e98e0a4b9abe807f84a9e230a102aee409f3ee4594a895ea9da8c4f
|
||
|
long_desc="
|
||
|
Compiz is a compositing window manager that uses 3D graphics acceleration
|
||
|
via OpenGL. It provides various new graphical effects and features on
|
||
|
any desktop environment, including Gnome and KDE.
|
||
|
|
||
|
This package contains the compiz option code generator."
|
||
|
|
||
|
noarch=yes
|
||
|
Add_dependency run libxslt
|
||
|
Add_dependency run bash
|
||
|
Add_dependency build intltool
|
||
|
Add_dependency build libxslt-devel
|
||
|
|
||
|
post_install()
|
||
|
{
|
||
|
mkdir -p ${DESTDIR}/usr/lib || return 1
|
||
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib || return 1
|
||
|
}
|