DOCS="COPYING README TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=1.0.9 PROGNAME="Gnome Config System" # |-----handy-ruler------------------------------------------------------| SLACKDESC="\ gconf: GConf-$VERSION\n\ gconf:\n\ gconf: GConf is the GNOME Configuration database system.\n\ gconf:\n\ gconf:\n\ gconf:\n\ gconf:\n\ gconf:\n\ gconf:\n\ gconf:\n\ gconf:" # 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="gconf-${VERSION}-${ARCH}-${BUILD}" # compiler flags PKGOPT="-O2 -fomit-frame-pointer -march=$ARCH" compile() { tar xvyf $CWD/GConf-$VERSION.tar.bz2 ; cd GConf-$VERSION CFLAGS=$PKGOPT ./configure --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome --enable-debug=no || exit 1 CFLAGS=$PKGOPT make || exit 1 } install() { make install mkdir -p /usr/doc/GConf-$VERSION cp -a $DOCS /usr/doc/GConf-$VERSION } attributes() { echo } special() { # Package description echo -e $SLACKDESC > $CTL/slack-desc echo -e $SLACKDESC > $CWD/$PKGNAME.txt } subpacks() { echo }