a2jmidid: remove unnecessary do_configure()

This commit is contained in:
Alessio Sergi 2018-09-02 20:28:27 +02:00
parent e09a6c7cd5
commit bca06eb661

View file

@ -3,7 +3,8 @@ pkgname=a2jmidid
version=8
revision=7
build_style=waf
hostmakedepends="python pkg-config"
wrksrc="a2jmidid-8~dfsg0"
hostmakedepends="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>"
@ -11,8 +12,3 @@ homepage="http://home.gna.org/a2jmidid/"
license="GPL-2"
distfiles="${DEBIAN_SITE}/main/a/a2jmidid/a2jmidid_8~dfsg0.orig.tar.bz2"
checksum=32379bd4ee73e3d4896f82f4477d3d4a340eff92558d2d0c85b5b5026675ff42
wrksrc="a2jmidid-8~dfsg0"
do_configure() {
python waf configure --prefix=/usr
}