a2jmidid: update to 8.8
Fix configure bug - Closes #13537 Tried to adapt for python3, ugh too much hassel..
This commit is contained in:
parent
baa1d96d75
commit
20c39aad29
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'a2jmidid'
|
||||
pkgname=a2jmidid
|
||||
version=8
|
||||
revision=7
|
||||
revision=8
|
||||
wrksrc="a2jmidid-8~dfsg0"
|
||||
build_style=waf
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -12,3 +12,7 @@ license="GPL-2"
|
|||
homepage="http://home.gna.org/a2jmidid/"
|
||||
distfiles="${DEBIAN_SITE}/main/a/a2jmidid/a2jmidid_${version}~dfsg0.orig.tar.bz2"
|
||||
checksum=32379bd4ee73e3d4896f82f4477d3d4a340eff92558d2d0c85b5b5026675ff42
|
||||
|
||||
do_configure() {
|
||||
python2 waf configure --prefix=/usr
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue