
FITSPNG

 Fitspng is an utility intended to convert of images in astronomical
 FITS format into PNG format.


Homepage:

   https://integral.physics.muni.cz/fitspng/


INSTALLATION

 General:

   * Download the tar-ball, or clone repository, and than

   $ autoreconf -i     # sources by Hg
   $ ./configure CFLAGS="-O2 -DNDEBUG"
   $ make
   $ su
   # make install


 Debian, and related:

   $ autoreconf -i
   $ export DEB_CFLAGS_SET="-O2 -DNDEBUG"
   $ dpkg-buildpackage -us -uc
   $ su
   $ dpkg -i ../fitspng_*.deb


 Redhat, and related (unmaintained):

   [ place to ~/rpmbuid/SOURCES, extract .spec to ~/rpmbuid/SPEC
   $ cd ~/rpmbuid/SPEC
   $ rpmbuild fitspng.spec
   $ su
   $ rpm -i ~/rpmbuid/RPMS/fitspng_*.rpm
