DOCS="ABOUT-NLS AUTHORS COPY* ChangeLog HACKING README TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=1.0 PROGNAME="The GNOME virtual file-system libraries" DESC="GNOME VFS is the GNOME virtual file system. It is the foundation of the\n Nautilus file manager. It provides a modular architecture and ships with\n\ several modules that implement support for file systems, http, ftp and\n\ others. It provides a URI-based API, a backend supporting asynchronous file\n\ operations, a MIME type manipulation library and other features." # maintainer BUILD=2 MAINTAINER="Robert Stan " SOURCE=http://www.gnome.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/gnome-vfs-1.0 # package name PKGNAME=gnomevfs compile() { tar xvzf $CWD/gnome-vfs-$VERSION.tar.gz cd gnome-vfs-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --sysconfdir=/etc CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/gnome-vfs-$VERSION cp -a $DOCS /usr/doc/gnome-vfs-$VERSION } attributes() { echo "No special attributes..." } special() { mkdir -p $PKG/etc/vfs/modules $CTL/conf/etc/vfs/modules cp -a /etc/vfs/modules/default-modules.conf $CTL/conf/etc/vfs/modules cp -a /etc/gnome-vfs-mime-magic $PKG/etc } subpacks() { echo "No subpacks..." }