mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
app-cdr/cdrtools: Sync with Gentoo
It's from Gentoo commit e2dccca015a4d53bf20e3db1577e0c8bf805813b.
This commit is contained in:
parent
1c9dfc51d6
commit
e521c38c2b
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -9,7 +9,9 @@ MY_P="${P/_alpha/a}"
|
|||||||
|
|
||||||
DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord"
|
DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/cdrtools/"
|
HOMEPAGE="https://sourceforge.net/projects/cdrtools/"
|
||||||
SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 'alpha')/${MY_P}.tar.bz2"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 'alpha')/${MY_P}.tar.bz2"
|
||||||
|
|
||||||
|
S=${WORKDIR}/${P/_alpha[0-9][0-9]}
|
||||||
|
|
||||||
LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
|
LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -30,8 +32,6 @@ DEPEND="
|
|||||||
${RDEPEND}
|
${RDEPEND}
|
||||||
"
|
"
|
||||||
|
|
||||||
S=${WORKDIR}/${P/_alpha[0-9][0-9]}
|
|
||||||
|
|
||||||
FILECAPS=(
|
FILECAPS=(
|
||||||
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep usr/bin/cdrecord --
|
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep usr/bin/cdrecord --
|
||||||
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep usr/bin/cdda2wav --
|
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep usr/bin/cdda2wav --
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -9,7 +9,9 @@ MY_P="${P/_alpha/a}"
|
|||||||
|
|
||||||
DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord"
|
DESCRIPTION="A set of tools for CD/DVD reading and recording, including cdrecord"
|
||||||
HOMEPAGE="https://sourceforge.net/projects/cdrtools/"
|
HOMEPAGE="https://sourceforge.net/projects/cdrtools/"
|
||||||
SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 'alpha')/${MY_P}.tar.bz2"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 'alpha')/${MY_P}.tar.bz2"
|
||||||
|
|
||||||
|
S=${WORKDIR}/${P/_alpha[0-9][0-9]}
|
||||||
|
|
||||||
LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
|
LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -30,8 +32,6 @@ DEPEND="
|
|||||||
${RDEPEND}
|
${RDEPEND}
|
||||||
"
|
"
|
||||||
|
|
||||||
S=${WORKDIR}/${P/_alpha[0-9][0-9]}
|
|
||||||
|
|
||||||
FILECAPS=(
|
FILECAPS=(
|
||||||
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep usr/bin/cdrecord --
|
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep usr/bin/cdrecord --
|
||||||
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep usr/bin/cdda2wav --
|
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep usr/bin/cdda2wav --
|
||||||
|
Loading…
Reference in New Issue
Block a user