summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 51de9eacef000d99af2f29ba02a524edc5da0c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Daniel Appelt <daniel.appelt@gmail.com>
pkgname=openmusic
pkgver=6.13
pkgrel=1
pkgdesc="A visual programming language designed for music composition"
arch=('x86_64')
url="http://repmus.ircam.fr/openmusic/linux"
license=('GPL')
depends=('desktop-file-utils' 'gdk-pixbuf2' 'portmidi' 'libsndfile')
optdepends=('jack: JACK audio support'
	    'libsamplerate: speed up audio-waveform drawing')
# Note that the openmusic executable may not be compressed/stripped.
# (http://www.lispworks.com/kb/a15fc2ea99b4f8f5802571fe0057705a.html)
options=(!strip)
install="$pkgname.install"
source=("http://forge.ircam.fr/p/OM/downloads/get/OM_${pkgver}.tar.bz2")
sha256sums=('ed253ca9e00272b0fa75a86ae82296a95f0031cece5c6035d5ab9170b6da3d71')

package() {
	cd "$srcdir/OM_${pkgver}"
	make DESTDIR="${pkgdir}" PREFIX=/usr install
}