void-packages/srcpkgs/abcm2ps/template
2019-03-20 06:36:55 +01:00

21 lines
616 B
Bash

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