pyorbit: removed; obsolete and orphan.
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
pyorbit
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
# Template file for 'pyorbit'
|
|
||||||
pkgname=pyorbit
|
|
||||||
version=2.24.0
|
|
||||||
revision=1
|
|
||||||
build_style=gnu-configure
|
|
||||||
makedepends="pkg-config python-devel ORBit2-devel ORBit2"
|
|
||||||
short_desc="Python bindings for the ORBit2 CORBA ORB"
|
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
||||||
homepage="http://www.pygtk.org"
|
|
||||||
license="LGPL"
|
|
||||||
distfiles="http://ftp.acc.umu.se/pub/GNOME/sources/${pkgname}/2.24/${pkgname}-${version}.tar.bz2"
|
|
||||||
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."
|
|
||||||
|
|
||||||
pyorbit-devel_package() {
|
|
||||||
depends="pyorbit>=${version}"
|
|
||||||
short_desc+=" -- development files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pyorbit_package() {
|
|
||||||
pycompile_module="pyorbit"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user