void-packages/srcpkgs/abcm2ps/template
2018-03-16 15:00:24 +01:00

20 lines
600 B
Bash

# Template file for 'abcm2ps'
pkgname=abcm2ps
version=8.13.20
revision=1
build_style=configure
hostmakedepends="pkg-config"
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=20b3480f56c82476474bfa1ff9dcbdef93f3f87650c19219f36ddf759b662ed8
pre_configure() {
echo CC=${CC} >> custom
echo CFLAGS+=\" $CFLAGS\" >> custom
echo prefix=/usr >> custom
echo 'docdir=${prefix}/share/doc' >> custom
}