updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / abcmidi / PKGBUILD
blobfb7a02b8ead9d1329ebc0e0d191db439bcb1a332
1 # Contributor: Phillip Fynan <pfynan@gmail.com>
2 # Maintainer: Eric Forgeot < http://www.esclinux.tk >
4 pkgname=abcmidi
5 pkgver=20111118
6 pkgrel=1
7 pkgdesc="A set of tools for converting ABC files to MIDI files and vice versa, as well as other small utilities"
8 url="http://abc.sourceforge.net/abcMIDI/"
9 license="GPL"
10 depends=('glibc')
11 makedepends=('unzip')
12 source=('http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2011-11-18.zip')
13 arch=(i686 x86_64 ppc)
15 md5sums=('f1074eed4dbc7993e8090257f5928f59')
18 build() {
19     cd $srcdir/abcmidi
20     
21     make 'binaries=abc2midi midi2abc abc2abc mftext midicopy abcmatch' || return 1
22     mkdir -p $pkgdir/usr/bin
23     make prefix=$pkgdir/usr 'binaries=abc2midi midi2abc abc2abc mftext midicopy abcmatch' install