DOCS="AUTHORS COPYING COPYING.LIB ChangeLog NEWS README"
IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage
STRIPLIB=y
STRIPBIN=y
SETATTR=y

VERSION=0.37
PROGNAME="bonobo"
DESC="Bonobo is a library that provides the necessary framework for GNOME\n\
applications to deal with compound documents, i.e. those with a\n\
spreadsheet and graphic embedded in a word-processing document."

# maintainer
BUILD=1
MAINTAINER="Robert Stan <robalo@linuxmafia.org>"
SOURCE=http://www.gnome.org
LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/bonobo-0.37

# package name
PKGNAME=bonobo

compile() {
   tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz
   cd $PKGNAME-$VERSION
   CFLAGS=-O2 ./configure --prefix=/usr
   CFLAGS=-O2 make
}

install() {
   make install
   mkdir -p /usr/doc/$PKGNAME-$VERSION
   cp -a $DOCS /usr/doc/$PKGNAME-$VERSION
}

attributes() {
   echo "No special attributes..."
}

special() {
   echo "Nothing special... easy job :-)"
}                                                                                               
 
subpacks() {
   echo "No subpacks..."
}