#Maintainer: George Vlahavas pkgname=ORBit2 pkgver=2.14.17 pkgrel=1gv arch=i486 source=(http://ftp.acc.umu.se/pub/GNOME/sources/ORBit2/2.14/ORBit2-2.14.17.tar.bz2) sourcetemplate=http://pnboy.pinguix.com/gapan/$arch/gnome/$pkgname docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "hacking" "maintainers") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "orbit2 - a high-performance CORBA" "ORBit is a high-performance CORBA (Common Object Request Broker" "Architecture) ORB (object request broker). It allows programs to" "send requests and receive replies from other programs, regardless" "of the locations of the two programs. CORBA is an architecture that" "enables communication between program objects, regardless of the" "programming language they're written in or the operating system they" "run on." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }