mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-server/etqw-ded: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user