DOCS="ABOUT-NLS AUTHORS COPY* ChangeLog NEWS README TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=0.6.5 PROGNAME="Object activation framework for GNOME" DESC="OAF is an object activation framework for GNOME. It uses ORBit." # maintainer BUILD=2 MAINTAINER="Robert Stan " SOURCE=http:/www.gnome.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/oaf-0.6.5 # package name PKGNAME=oaf compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --sysconfdir=/etc 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() { mkdir -p $CTL/conf/etc/oaf $PKG/etc/oaf cp -a /etc/oaf/oaf-config.xml $CTL/conf/etc/oaf cp -a /etc/oaf/oaf-config.xml.sample $PKG/etc/oaf } subpacks() { echo "No subpacks..." }