20 lines
616 B
Bash
20 lines
616 B
Bash
# Template file for 'abcm2ps'
|
|
pkgname=abcm2ps
|
|
version=8.14.6
|
|
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-3.0-or-later"
|
|
homepage="http://moinejf.free.fr/"
|
|
distfiles="https://github.com/leesavide/abcm2ps/archive/v${version}.tar.gz"
|
|
checksum=f86d9932341af0ee3d800d81da824ce44f6e9061906e9421489e7bec4dc10d08
|
|
|
|
pre_configure() {
|
|
echo CC=${CC} >> custom
|
|
echo CFLAGS+=\" $CFLAGS\" >> custom
|
|
echo prefix=/usr >> custom
|
|
echo 'docdir=${prefix}/share/doc' >> custom
|
|
}
|