Added compizconfig-python-0.8.4 build template.
--HG-- extra : convert_revision : a400e0458ab618ca8ffceb69f62dd42c93a73e5c
This commit is contained in:
parent
a8fd30890f
commit
a5f6e1ec5c
2 changed files with 27 additions and 0 deletions
2
srcpkgs/compizconfig-python/depends
Normal file
2
srcpkgs/compizconfig-python/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=0.8.4"
|
||||||
|
api_depends="${abi_depends}"
|
25
srcpkgs/compizconfig-python/template
Normal file
25
srcpkgs/compizconfig-python/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'compizconfig-python'
|
||||||
|
pkgname=compizconfig-python
|
||||||
|
version=0.8.4
|
||||||
|
distfiles="http://releases.compiz-fusion.org/$version/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="Compizconfig bindings for python"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=6734ae35ee69d081f35f98a89cd3bccb411a4db7c5b35fbd226270d95ac76f5a
|
||||||
|
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 python bindings for libcompizconfig."
|
||||||
|
|
||||||
|
Add_dependency run compiz
|
||||||
|
Add_dependency run libcompizconfig
|
||||||
|
Add_dependency run glib
|
||||||
|
Add_dependency run python
|
||||||
|
Add_dependency full Pyrex
|
||||||
|
Add_dependency build intltool
|
||||||
|
Add_dependency build compiz-devel
|
||||||
|
Add_dependency build libcompizconfig-devel
|
||||||
|
Add_dependency build glib-devel
|
||||||
|
Add_dependency build python-devel
|
Loading…
Reference in a new issue