/usr/share/doc/fitspng/README is in fitspng 0.3.5-1+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | FITS to PNG convertor
Homepage:
http://integral.physics.muni.cz/fitspng/
INSTALLATION
General:
$ autoreconf -i
$ ./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
|