DOCS="AUTHORS COPYING COPYING.LIB NEWS README" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=0.3.1 PROGNAME="panelmm" # |-----handy-ruler------------------------------------------------------| SLACKDESC="\ panelmm: panelmm-$VERSION\n\ panelmm:\n\ panelmm: This is a wrapper for the applet_widget component of GNOME for use\n\ panelmm: with the GTK-- wrapper for GTK, the Gimp Toolkit and libgnomeui, the\n\ panelmm: GNOME UI library.\n\ panelmm:\n\ panelmm:\n\ panelmm:\n\ panelmm:\n\ panelmm:\n\ panelmm:" # maintainer ARCH=i586 BUILD=1rob MAINTAINER="Robert Stan " SOURCE=http:/www.gnome.org/ LOCATION=ftp://ftp.linuxpackages.net/pub/Slackware-8/robert/gnome1/ # package name PKGNAME="panelmm-${VERSION}-${ARCH}-${BUILD}" # compiler flags PKGOPT="-O2 -fomit-frame-pointer -march=$ARCH" compile() { tar xvzf $CWD/panelmm-$VERSION.tar.gz ; cd panelmm-$VERSION CFLAGS=$PKGOPT ./configure --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome || exit 1 CFLAGS=$PKGOPT make -j2 || exit 1 } install() { make install mkdir -p /usr/doc/panelmm-$VERSION cp -a $DOCS /usr/doc/panelmm-$VERSION } attributes() { echo "No special attributes..." } special() { # Package description echo -e $SLACKDESC > $CTL/slack-desc echo -e $SLACKDESC > $CWD/$PKGNAME.txt } subpacks() { echo "No subpacks..." }