#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=pyorbit pkgver=2.24.0 pkgrel=1gv arch=x86_64 source=("http://ftp.gnome.org/pub/GNOME/sources/pyorbit/2.24/pyorbit-2.24.0.tar.bz2") docs=("readme" "install" "copying" "changelog*" "authors" "news" "todo" "maintainers" "pkg-info") url=www.gnome.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pyorbit - Python bindings for the ORBit2 CORBA ORB" "PyORBit is a binding for the ORBit2 CORBA ORB. It aims to be" "compatible with the Python language mapping standard" "(http://www.omg.org/cgi-bin/doc?formal/02-09-07), 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." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }