DOCS="AUTHORS COPYING NEWS README TODO libIDL/COPYING libIDL/AUTHORS \ libIDL/README* libIDL/NEWS libIDL/BUGS libIDL/tstidl.c" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=0.5.17 PROGNAME="ORBit" # |-----handy-ruler------------------------------------------------------| SLACKDESC="\ orbit: ORBit-$VERSION\n\ orbit:\n\ orbit: ORBit is a high-performance CORBA (Common Object Request Broker\n\ orbit: Architecture) ORB (object request broker). It allows programs to\n\ orbit: send requests and receive replies from other programs, regardless\n\ orbit: of the locations of the two programs. CORBA is an architecture that\n\ orbit: enables communication between program objects, regardless of the\n\ orbit: programming language they're written in or the operating system\n\ orbit: they run on.\n\ orbit:\n\ orbit:" # maintainer ARCH=i586 BUILD=1rob MAINTAINER="Robert Stan " SOURCE=ftp://ftp.gnome.org/pub/gnome/stable/sources/ORBit/ LOCATION=ftp://ftp.linuxpackages.net/pub/Slackware-8/robert/gnome1/ # package name PKGNAME="orbit-${VERSION}-${ARCH}-${BUILD}" # compiler flags PKGOPT="-O2 -fomit-frame-pointer -march=$ARCH" compile() { tar xvyf $CWD/ORBit-$VERSION.tar.bz2 ; cd ORBit-$VERSION CFLAGS=$PKGOPT ./configure --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome || exit 1 CFLAGS=$PKGOPT make || exit 1 } install() { make install mkdir -p /usr/doc/ORBit-$VERSION cp -Pa $DOCS /usr/doc/ORBit-$VERSION } attributes() { echo } special() { # Package description echo -e $SLACKDESC > $CTL/slack-desc echo -e $SLACKDESC > $CWD/$PKGNAME.txt } subpacks() { echo }