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


Homepage:

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

Sources:

   http://integral.physics.muni.cz/hg/fitspng/


INSTALLATION

 General:

   $ autoreconf -i # sources by Hg
   $ ./configure
   $ make
   $ su
   # make install


 Debian:

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


 Fedora

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