2012-09-19 09:15:15 +00:00
|
|
|
# Template file for 'a2jmidid'
|
|
|
|
pkgname=a2jmidid
|
|
|
|
version=8
|
2014-06-08 09:52:36 +00:00
|
|
|
revision=3
|
2012-09-19 09:15:15 +00:00
|
|
|
build_style=waf
|
2014-02-17 17:02:09 +00:00
|
|
|
hostmakedepends="python pkg-config"
|
|
|
|
makedepends="alsa-lib-devel jack-devel dbus-devel"
|
|
|
|
short_desc="Daemon for exposing legacy ALSA sequencer apps to JACK MIDI"
|
2014-06-08 09:52:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-19 09:15:15 +00:00
|
|
|
homepage="http://home.gna.org/a2jmidid/"
|
|
|
|
license="GPL-2"
|
|
|
|
distfiles="http://download.gna.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=2a9635f62aabc59edb54ada07048dd47e896b90caff94bcee710d3582606f55f
|
2014-06-09 07:35:26 +00:00
|
|
|
|
|
|
|
do_configure() {
|
|
|
|
python waf configure --prefix=/usr
|
|
|
|
}
|