# -*-shell-script-*- [Meta] RootName: @moinejf.free.fr/abcm2ps:$SOFTWAREVERSION DisplayName: ABC Music Notation Converter ShortName: abcm2ps Maintainer: Jean-François Moine Packager: Taj Morton Summary: Converts ABC music notation files to PostScript. SoftwareVersion: 4.9.7 URL: http://moinejf.free.fr # Only uncomment InterfaceVersion if your package exposes interfaces to other software, # for instance if it includes DSOs or python/perl modules. See the developer guide for more info, # or ask on autopackage-dev if you don't understand interface versioning in autopackage. # InterfaceVersion: 0.0 PackageVersion: 1 [Description] abcm2ps is a program which converts music tunes from ABC format to PostScript. Based on abc2ps version 1.2.5 (see Contacts below), it was developped mainly to print barock organ scores which have independant voices played on one or many keyboards and a pedal-board [BuildPrepare] build_root=`mkdir -p "${TMP}/apkg-build-root.$$"; echo "${TMP}/apkg-build-root.$$"` ./configure --prefix=$build_root --with-def-fdir='' make all make install prefix=$build_root [BuildUnprepare] unprepareBuild [Imports] echo '*' | import [Prepare] # Dependency checking [Install] # Put your installation script here installExe bin/* copyFiles share/* "$PREFIX/share/" copyFiles doc/* "$PREFIX/doc/" [Uninstall] # Usually just the following line is enough to uninstall everything uninstallFromLog