17 lines
550 B
Text
17 lines
550 B
Text
# Template file for 'a2jmidid'
|
|
pkgname=a2jmidid
|
|
version=8
|
|
revision=4
|
|
build_style=waf
|
|
hostmakedepends="python pkg-config"
|
|
makedepends="alsa-lib-devel jack-devel dbus-devel"
|
|
short_desc="Daemon for exposing legacy ALSA sequencer apps to JACK MIDI"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://home.gna.org/a2jmidid/"
|
|
license="GPL-2"
|
|
distfiles="http://download.gna.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=2a9635f62aabc59edb54ada07048dd47e896b90caff94bcee710d3582606f55f
|
|
|
|
do_configure() {
|
|
python waf configure --prefix=/usr
|
|
}
|