vp-build/srcpkgs/abcm2ps/template

21 lines
562 B
Bash

# Template file for 'abcm2ps'
pkgname=abcm2ps
version=8.12.9
revision=3
build_style=configure
hostmakedepends="pkg-config"
makedepends="pango-devel"
short_desc="ABC music notation software"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2"
homepage="http://moinejf.free.fr/"
distfiles="${homepage}/abcm2ps-${version}.tar.gz"
checksum=72b8f40964234edf2043bdc83527c37989bbb5fb3b4c108c2ef3cd1883399af4
pre_configure() {
echo CC=${CC} >> custom
echo CFLAGS+=\" $CFLAGS\" >> custom
echo prefix=/usr >> custom
echo 'docdir=${prefix}/share/doc' >> custom
}