DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog README" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=1.4.0.1 PROGNAME="The GNOME control center." DESC="Control-center is a configuration tool for easily setting up your\n\ GNOME environment." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://www.gnome.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/control-center-1.4.0.1 # package name PKGNAME=control compile() { tar xvzf $CWD/control-center-$VERSION.tar.gz cd control-center-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --with-catgets --with-gnome=/usr \ --localstatedir=/usr CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/control-center-$VERSION cp -a $DOCS /usr/doc/control-center-$VERSION } attributes() { echo "No special attributes..." } special() { echo "Nothing special... easy job :-)" } subpacks() { echo "No subpacks..." }