DOCS="README ReleaseNotes" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=0.9.1 PROGNAME="Eterm" # |-----handy-ruler------------------------------------------------------| SLACKDESC="\ eterm: Eterm-$VERSION\n\ eterm:\n\ eterm: Eterm is a color vt102 terminal emulator with enhanced graphical\n\ eterm: capabilities. Eterm is intended to be a replacement for xterm for\n\ eterm: Enlightenment window manager users, but it can also be used as a\n\ eterm: replacement for xterm by users without Enlightenment. Eterm supports\n\ eterm: various themes and is very configurable, in keeping with the\n\ eterm: philosophy of Enlightenment. Requires Imlib2 and libast packages.\n\ eterm:\n\ eterm:\n\ eterm:" # maintainer ARCH=i586 BUILD=4 MAINTAINER="Robert Stan " SOURCE=http://www.eterm.org/ LOCATION=ftp://ftp.linuxpackages.net/pub/Slackware-8/robert/xap/ # package name PKGNAME="eterm-${VERSION}-${ARCH}-${BUILD}" # compiler flags PKGOPT="-O2 -fomit-frame-pointer -march=$ARCH" compile() { tar xvzf $CWD/Eterm-$VERSION.tar.gz ; cd Eterm-$VERSION tar xvzf $CWD/Eterm-bg-$VERSION.tar.gz CFLAGS=$PKGOPT ./configure --prefix=/usr/X11R6 \ --with-backspace=bs \ --with-delete=execute \ --enable-utmp \ --enable-multi-charset || exit 1 CFLAGS=$PKGOPT make -j2 || exit 1 } install() { make install mkdir -p /usr/doc/Eterm-$VERSION cp -a $DOCS /usr/doc/Eterm-$VERSION } attributes() { echo "No special attributes..." } special() { # Package description echo -e $SLACKDESC > $CTL/slack-desc echo -e $SLACKDESC > $CWD/$PKGNAME.txt } subpacks() { echo "No subpacks..." }