void-packages/srcpkgs/pyorbit/template
2012-07-03 12:56:52 -06:00

24 lines
865 B
Plaintext

# Template file for 'pyorbit'
pkgname=pyorbit
version=2.24.0
revision=1
homepage="http://www.pygtk.org"
license="LGPL"
distfiles="http://ftp.acc.umu.se/pub/GNOME/sources/${pkgname}/2.24/${pkgname}-${version}.tar.bz2"
build_style=gnu-configure
fulldepends="python"
makedepends="pkg-config python-devel ORBit2-devel ORBit2"
short_desc="Python bindings for the ORBit2 CORBA ORB"
maintainer="davehome <davehome@redthumb.info.tm>"
checksum=8754669b8220aa1f151b920360029d5ea28c42bec55769059676725fe28397b8
long_desc="
PyORBit is a binding for the ORBit2 CORBA ORB. It aims to be compatible with
the Python language mapping standard, implementing both the client side and
server side bindings.
PyORBit is capable of calling methods of in-process ORBit servers implemented
in C, and being called by C code."
pycompile_module="pyorbit"
subpackages="${pkgname}-devel"