You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-cdr/extract-xiso/extract-xiso-2.7.1_p2022042...

23 lines
611 B

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
MY_PV=${PV/_beta/b}
DESCRIPTION="Tool for extracting and creating optimised Xbox ISO images"
HOMEPAGE="https://sourceforge.net/projects/extract-xiso"
if [[ ${PV} == *_p* ]] ; then
SRC_URI="https://github.com/XboxDev/extract-xiso/archive/refs/tags/build-$(ver_cut 5).tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-build-$(ver_cut 5)
else
SRC_URI="https://downloads.sourceforge.net/extract-xiso/${P}.tar.gz"
S="${WORKDIR}"/${PN}
fi
LICENSE="BSD-4"
SLOT="0"
KEYWORDS="amd64 ppc x86"