DOCS="README ChangeLog BUGS AUTHORS NEWS TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=0.6 PROGNAME="Bluefish" DESC="bluefish-0.6\n\n\ Bluefish is a GTK HTML editor for the experienced web designer.\n\ It is currently in alpha stage, it is very usable but some features\n\ are not yet completely finished. Bluefish is released under the GPL\n\ licence." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://bluefish.openoffice.nl/ LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-8/robert/bluefish-$VERSION # package name PKGNAME=bluefish compile() { tar xvyf $CWD/$PKGNAME-$VERSION.tar.bz2 cd $PKGNAME-$VERSION CFLAGS=-O2 ./configure --prefix=/opt/gnome \ --with-pentiumpro \ --disable-splash-screen CFLAGS=-O2 make } install() { make install cp -a data/bluefish.desktop /opt/gnome/share/gnome/apps/Applications mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION } attributes() { echo "No special attributes..." } special() { echo "Nothing special... easy job :-)" } subpacks() { echo "No subpacks..." }