# Maintainer: Tuyen Pham # Contributor: Christopher Arndt # Contributor: Lex Black # Contributor: Simon Thorpe # Contributor: kess # Contributor: damir # Contributor: Luis Pablo Gasparotto pkgname=abcm2ps pkgver=8.14.7 pkgrel=1 pkgdesc="Convert ABC music notation files to PostScript from the commandline" arch=('i686' 'x86_64') url="http://moinejf.free.fr/" license=('GPL3') depends=('pango') makedepends=('python-docutils') conflicts=('abcm2ps-devel') groups=(abc) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/leesavide/${pkgname}/archive/v${pkgver}.tar.gz) sha256sums=('2ebc81cabb5303da3d9a172b87005c42e88933e7e7378d84ce8f1a2463760249') build() { cd "${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${pkgname}-${pkgver}" make prefix="$pkgdir/usr" docdir=$pkgdir/usr/share/doc install }