diff options
Diffstat (limited to 'games-server/etqw-ded')
-rw-r--r-- | games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild index 52c453f64cc0..44d2f825a9c6 100644 --- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild +++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild @@ -1,28 +1,28 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit wrapper DESCRIPTION="Enemy Territory: Quake Wars dedicated server" HOMEPAGE="https://www.splashdamage.com/content/et-quake-wars-standalone-server-linux" SRC_URI="ETQW-server-${PV}-full.x86.run" +S="${WORKDIR}"/data LICENSE="ETQW" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="" RESTRICT="bindist fetch strip" -DEPEND="app-arch/unzip" RDEPEND="sys-libs/glibc" +BDEPEND="app-arch/unzip" -S=${WORKDIR}/data dir=/opt/${PN} -QA_PREBUILT="${dir:1}/pb/*.so - ${dir:1}/*.x86 - ${dir:1}/*.so*" +QA_PREBUILT="${dir#1}/pb/*.so + ${dir#1}/*.x86 + ${dir#1}/*.so*" pkg_nofetch() { einfo "Please download ${A} from ${HOMEPAGE} and copy it into your DISTDIR directory." |