Package: xgraph Version: 12.1 Revision: 1 Description: Program to graphically display numerical data License: Restrictive/Distributable Maintainer: Todai Fink Team Depends: x11-shlibs BuildDepends: x11-dev, xmkmf (>= 1.0.2-3) Source: http://www.isi.edu/nsnam/dist/%n-%v.tar.gz Source-MD5: c4cbfb3291a607dd274e7fb161b9056a Source2: http://hnd.jp.asi.finkmirrors.net/pkgdists/%n-%v-1.patch Source2-MD5: 9ab85c13eeb9c129ba0880491f0b4d98 PatchScript: << patch -p1 < ../%n-%v-1.patch head -n 59 copyright.h > copyright mv xgraph.man xgraph.1 << ConfigureParams: --mandir='${prefix}/share/man' DocFiles: INSTALL README* copyright Homepage: http://www.isi.edu/nsnam/xgraph/ DescPackaging: << The patch file is based on xgraph-11.3.2-hack.9.tar.gz taken from http://www.onicos.com/staff/iz/hack-progs/xgraph.html. Most of patches other than xgraph.c and xgraph.h are applied. << CompileScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config ./configure %c make << InstallScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config make install prefix=%i <<