4593938 [rkeene@sledge /home/rkeene/projects/build]$ cat dia.txt
# SHORT DESC: Diagram Tool
# LONG DESC: Dia is a program designed to draw diagrams.  It can be used to draw a variety of diagram types, including UML, Network, flowchart, and others.  The native file format for Dia is XML.  It has print support, and can export to a number of formats such as EPS, SVG, CGM and PNG.

echo '#! /bin/bash' > sheets/checktrans
echo 'exit 0' >> sheets/checktrans

sed 's@xsltproc.*$@true@' doc/en/Makefile > doc/en/Makefile.NEW
cat doc/en/Makefile.NEW > doc/en/Makefile
cp doc/eu/dia.1 doc/en/

./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var --disable-db2html && \
make && \
make install || exit 1
4593939 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:05