1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DEMO="desc${PV//.}sw.exe"
10 DESCRIPTION="Demo data files for Descent 1"
11 HOMEPAGE="https://www.interplay.com"
12 SRC_URI="https://icculus.org/d2x/data/${DEMO}
13 ftp://ftp.funet.fi/pub/msdos/games/interplay/${DEMO}"
14 LICENSE="free-noncomm"
16 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
18 RDEPEND="!games-action/descent1-data"
20 BDEPEND="app-arch/unzip
28 mv DESCENT2.SOW DESCENT1.S01 || die
29 arj e -v -y -_ DESCENT1.SOW || die
33 insinto /usr/share/games/d1x
34 doins descent.{hog,pig}
39 elog "A client is needed to run the game, e.g. games-action/dxx-rebirth."