vp-build/srcpkgs/a2jmidid/template

19 lines
563 B
Bash

# Template file for 'a2jmidid'
pkgname=a2jmidid
version=8
revision=5
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@voidlinux.eu>"
homepage="http://home.gna.org/a2jmidid/"
license="GPL-2"
distfiles="http://download.gna.org/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=2a9635f62aabc59edb54ada07048dd47e896b90caff94bcee710d3582606f55f
nopie=yes
do_configure() {
python waf configure --prefix=/usr
}