#Packager: George Vlahavas pkgname=mate-corba pkgver=1.2.1 pkgrel=1gv source=("http://pub.mate-desktop.org/releases/1.2/mate-corba-1.2.1.tar.xz") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "hacking" "maintainers") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mate-corba (a high-performance CORBA)" "mate-corba 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 ./autogen.sh ./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 }