DOCS="AUTHORS COPYING ChangeLog NEWS README TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=0.5.7 PROGNAME="High-performance CORBA Object Request Broker" DESC="ORBit is a high-performance CORBA (Common Object Request Broker\n\ Architecture) ORB (object request broker). It allows programs to\n\ send requests and receive replies from other programs, regardless\n\ of the locations of the two programs. CORBA is an architecture that\n\ enables communication between program objects, regardless of the\n\ programming language they're written in or the operating system they\n\ run on." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://www.labs.redhat.com/orbit/ LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/orbit-0.5.7 # package name PKGNAME=orbit compile() { tar xvzf $CWD/ORBit-$VERSION.tar.gz cd ORBit-$VERSION CFLAGS=-O2 ./configure --prefix=/usr CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/ORBit-$VERSION cp -a $DOCS /usr/doc/ORBit-$VERSION } attributes() { echo "No special attributes..." } special() { echo "Nothing special... easy job :-)" } subpacks() { echo "No subpacks..." }