# 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
|