void-packages/srcpkgs/abcm2ps/template
2018-06-28 15:24:46 +02:00

20 lines
600 B
Bash

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