void-packages/srcpkgs/abcm2ps/template
2021-09-22 08:51:07 +02:00

21 lines
623 B
Bash

# Template file for 'abcm2ps'
pkgname=abcm2ps
version=8.14.12
revision=1
build_style=configure
hostmakedepends="pkg-config python3-docutils which"
makedepends="pango-devel"
short_desc="ABC music notation software"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-3.0-or-later"
homepage="http://moinejf.free.fr/"
distfiles="https://github.com/leesavide/abcm2ps/archive/v${version}.tar.gz"
checksum=f98701bc25f52e98a9283d0cef04591351b62ff8dc80fa54bb21467d60886feb
pre_configure() {
echo CC=${CC} >> custom
echo CFLAGS+=\" $CFLAGS\" >> custom
echo prefix=/usr >> custom
echo 'docdir=${prefix}/share/doc' >> custom
}