#Packager: George Vlahavas pkgname=ORBit2 pkgver=2.14.19 pkgrel=1gv source=(http://ftp.acc.umu.se/pub/GNOME/sources/ORBit2/2.14/ORBit2-2.14.19.tar.bz2) 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 --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg # we don't need those rm -rf $startdir/pkg/usr/share/gtk-doc }