DOCS="COPY* Change* READ* ReleaseNotes" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=0.9 PROGNAME="Eterm 0.9" DESC="Eterm-0.9 \n\n\ Eterm is a color vt102 terminal emulator with enhanced graphical\n\ capabilities. Eterm is intended to be a replacement for xterm for\n\ Enlightenment window manager users, but it can also be used as a\n\ replacement for xterm by users without Enlightenment. Eterm supports\n\ various themes and is very configurable, in keeping with the\n\ philosophy of Enlightenment. If you install Eterm, you'll also need to\n\ have the Imlib library installed." # maintainer BUILD=2 MAINTAINER="Robert Stan " SOURCE=http://www.eterm.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/eterm-0.9 # package name PKGNAME=eterm compile() { tar xvyf $CWD/Eterm-$VERSION.tar.bz2 cd Eterm-$VERSION tar xvyf $CWD/Eterm-bg-$VERSION.tar.bz2 CFLAGS=-O2 ./configure --prefix=/usr/X11R6 \ --with-backspace=bs \ --with-delete=execute \ --with-imlib \ --enable-trans=imlib \ --enable-utmp CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/Eterm-$VERSION cp -a $DOCS /usr/doc/Eterm-$VERSION } attributes() { echo "No special attributes..." } special() { echo "Nothing special... easy job :-)" } subpacks() { echo "No subpacks..." }