DOCS="AUTHORS COPYING FAQ HACKING INSTALL NEWS README THANKS TODO TREE" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=0.36 PROGNAME="Sawfish" DESC="\ This is an extensible window manager using a LISP-based scripting \n\ language--all window decorations are configurable, the basic idea is \n\ to have as much user-interface policy as possible controlled through \n\ the Lisp language. Sawfish is the default window manager for GNOME." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://sawmill.sourceforge.net/ LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/sawfish-0.36 # package name PKGNAME=sawfish compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz ; sync cd $PKGNAME-$VERSION CFLAGS=-O2 ./configure --prefix=/usr \ --with-x \ --with-readline \ --with-audiofile \ --with-esd \ --enable-capplet \ --enable-themer \ i386-slackware-linux ; sync CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION } special() { mkdir -p $PKG/var/X11R6/lib/xinit cat $CWD/xinitrc.sawfish > $PKG/var/X11R6/lib/xinit/xinitrc.sawfish chmod 755 $PKG/var/X11R6/lib/xinit/xinitrc.sawfish } subpacks() { echo "We don't have subpacks..." }