minimodem: minior version change

This commit is contained in:
blshkv 2018-01-08 13:44:31 +08:00
parent bc6a9eae38
commit 9f6389d8e6
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -5,9 +5,11 @@ EAPI=5
inherit autotools-utils
MY_P=${P/_p/-}
DESCRIPTION="General-purpose software audio FSK modem."
HOMEPAGE="https://github.com/kamalmostafa/minimodem"
SRC_URI="https://github.com/kamalmostafa/minimodem/archive/${P}-1.tar.gz"
SRC_URI="https://github.com/kamalmostafa/minimodem/archive/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-3+"
@ -22,7 +24,7 @@ RDEPEND="${DEPEND}"
AUTOTOOLS_IN_SOURCE_BUILD=1
S="${WORKDIR}/${PN}-${P}-1"
S="${WORKDIR}/${PN}-${MY_P}"
src_prepare() {
#apply upstream patch