IGNOREPATH=/etc:/home:/var:/dev:/boot:/root:/tmp:/usr/local:/bin:/sbin:/mnt:/usr/src STRIPLIB=y STRIPBIN=y VERSION=20.2.03 PROGNAME="Xfractint $VERSION" DESC="\ xfractint (fractal generation program) \n\ \n\ Xfractint draws a wide variety of fractals. Xfractint is a port of the \n\ DOS program Fractint. \n\ \n\ The primary original authors of Fractint are Bert Tyler, Timothy \n\ Wegner, Mark Peterson, and Pieter Branderhorst. Fractint was ported \n\ to X by Ken Shirriff." BUILD=1 MAINTAINER="Mark Post " SOURCE=http://home.swbell.net/sdboyd56/xfractint/xfractint.html PKGNAME=xfract-$VERSION-s390-$BUILD TAG=OPT compile() { unzip $CWD/xfract${VERSION}.zip zcat $CWD/xfract.srcdir.diff.gz | patch -p1 --verbose --backup --suffix=.orig make CC=gcc-2.95.3 exit } install() { cp xfractint /usr/X11R6/bin cp xfractint.man /usr/X11R6/man/man1/xfractint.1 mkdir -p /usr/X11R6/lib/xfractint cp -a *.par *.frm *.ifs *.l *.map *.hlp /usr/X11R6/lib/xfractint }