DOCS="ABOUT-NLS AUTHORS COPY* 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 core programs for the GNOME GUI desktop environment." DESC="\ GNOME (GNU Network Object Model Environment) is a user-friendly set of\n\ applications and desktop tools to be used in conjunction with a window\n\ manager for the X Window System." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://www.gnome.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/gnome-core-1.4.0.1 # package name PKGNAME=gnomcore compile() { tar xvzf $CWD/gnome-core-$VERSION.tar.gz cd gnome-core-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --with-catgets \ --with-window-manager=sawfish --localstatedir=/usr CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/gnome-core-$VERSION cp -a $DOCS /usr/doc/gnome-core-$VERSION } attributes() { echo "No special attributes..." } special() { mkdir -p $PKG/etc/X11/xinit cat $CWD/xinitrc.gnome > $PKG/etc/X11/xinit/xinitrc.gnome chown root.root $PKG/etc/X11/xinit/xinitrc.gnome chmod 755 $PKG/etc/X11/xinit/xinitrc.gnome } subpacks() { echo "No subpacks..." }