games-server/etqw-ded: tidy ebuild

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-08-22 03:28:51 +01:00
parent 2acf642c75
commit d6212d4cd4

View File

@@ -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."