void-packages/srcpkgs/abcm2ps/template
2018-05-24 11:16:44 +02:00

20 lines
600 B
Bash

# Template file for 'abcm2ps'
pkgname=abcm2ps
version=8.13.22
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=9a1379fd93fcf2d87d580c85b43ca1930a4bc412c291be551af1035d08f26c36
pre_configure() {
echo CC=${CC} >> custom
echo CFLAGS+=\" $CFLAGS\" >> custom
echo prefix=/usr >> custom
echo 'docdir=${prefix}/share/doc' >> custom
}