pocketsphinx: extract update_* to external update file
This commit is contained in:
parent
dc3e1bb3e5
commit
b189f70d38
|
@ -6,7 +6,6 @@ short_desc="Lightweight speech recognition system"
|
|||
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||
license="GPL-2"
|
||||
homepage="http://cmusphinx.sourceforge.net"
|
||||
update_ignore="*alpha*"
|
||||
distfiles="${SOURCEFORGE_SITE}/cmusphinx/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum="874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a"
|
||||
build_style=gnu-configure
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ignore="*alpha*"
|
Loading…
Reference in New Issue