mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
mmdvmhost: qa
This commit is contained in:
parent
0aaf674e6e
commit
776218829c
1 changed files with 5 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 eutils
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="The host program for MMDVM"
|
||||
HOMEPAGE="https://github.com/g4klx/MMDVMHost"
|
||||
|
|
@ -19,14 +19,14 @@ DEPEND=""
|
|||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
use dmr-access-control || epatch "${FILESDIR}"/disable-dmr-accesscontrol.patch
|
||||
use dmr-access-control || eapply "${FILESDIR}"/disable-dmr-accesscontrol.patch
|
||||
sed -i -e "s#CFLAGS = -g -O3 -Wall#CFLAGS = ${CFLAGS}#" -e "s#LDFLAGS = -g#LDFLAGS = ${LDFLAGS}#" Makefile
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin MMDVMHost
|
||||
|
||||
|
||||
insinto /etc
|
||||
doins MMDVM.ini
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue