# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 MY_PN="d2demo" DEMO="${MY_PN}${PV//.}.zip" DESCRIPTION="Demo data files for Descent 2" HOMEPAGE="http://www.interplay.com/games/descent.php" SRC_URI="ftp://ftp.funet.fi/pub/msdos/games/interplay/${DEMO}" LICENSE="free-noncomm" SLOT="0" KEYWORDS="~amd64 ~x86" # ${MY_PN}.ham || die cat ${MY_PN}.pig{2,3} > ${MY_PN}.pig || die } src_install() { insinto /usr/share/games/d2x doins *.{ham,hog,pig} insinto /usr/share/games/d2x/demos doins *.dem dodoc *.txt } pkg_postinst() { elog "A client is needed to run the game, e.g. games-action/dxx-rebirth." echo }