Package: abcm2ps Version: 5.9.24 Revision: 1 Maintainer: Steve Havelka Source: http://moinejf.free.fr/abcm2ps-%v.tar.gz Source-MD5: bf8be81048a7afce765f5953a28f9dd0 BuildDepends: Depends: License: GPL ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' CompileScript: << #!/bin/sh -ev mkdir build cd build ../configure %c make << InstallScript: << #!/bin/sh -ev cd build make DESTDIR=%d install << DocFiles: Changes INSTALL License README features.txt format.txt options.txt Description: Convert music in ABC notation to PostScript or SVG DescDetail: << abcm2ps is a command line program which converts ABC to sheet music in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff. << Homepage: http://moinejf.free.fr/