Added compiz-manager-0.6.0 build template.
--HG-- extra : convert_revision : f5a8d15ac3461ff8ae3e5b410ce3900b53f44ab8
This commit is contained in:
23
srcpkgs/compiz-manager/template
Normal file
23
srcpkgs/compiz-manager/template
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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 run compiz
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -D -m755 ${wrksrc}/compiz-manager \
|
||||
${DESTDIR}/usr/bin/compiz-manager || return 1
|
||||
}
|
||||
Reference in New Issue
Block a user