vp-build/srcpkgs/abcm2ps/template

21 lines
563 B
Bash
Raw Normal View History

2015-08-17 00:58:03 +02:00
# Template file for 'abcm2ps'
pkgname=abcm2ps
2017-05-23 13:59:09 +02:00
version=8.13.10
revision=1
2016-03-27 18:56:01 +02:00
build_style=configure
2015-08-17 00:58:03 +02:00
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/"
2016-03-27 18:56:01 +02:00
distfiles="${homepage}/abcm2ps-${version}.tar.gz"
2017-05-23 13:59:09 +02:00
checksum=96a8133b587b8b8b92d485f52848134eb587379ff308b708a8e0bb64224bd90a
2015-08-17 00:58:03 +02:00
2016-03-27 18:56:01 +02:00
pre_configure() {
2016-12-10 11:13:41 +01:00
echo CC=${CC} >> custom
echo CFLAGS+=\" $CFLAGS\" >> custom
echo prefix=/usr >> custom
echo 'docdir=${prefix}/share/doc' >> custom
2015-08-17 00:58:03 +02:00
}