79c9e862ba
--HG-- extra : convert_revision : 91fe6de9acc0ebf2ee2b5398d7ed17c63c96cc90
24 lines
786 B
Text
24 lines
786 B
Text
# Template file for 'compiz-manager'
|
|
pkgname=compiz-manager
|
|
version=0.6.0
|
|
distfiles="http://releases.compiz-fusion.org/components/$pkgname/$pkgname-$version.tar.bz2"
|
|
build_style=custom-install
|
|
short_desc="Compiz Starter Program"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=7be0744801c0c55050b5c9da997f61a8be190b2e1fb528b84dac12faf904542e
|
|
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 Starter program."
|
|
|
|
noarch=yes
|
|
Add_dependency full glx-utils
|
|
Add_dependency full compiz
|
|
|
|
do_install()
|
|
{
|
|
install -D -m755 ${wrksrc}/compiz-manager \
|
|
${DESTDIR}/usr/bin/compiz-manager || return 1
|
|
}
|