Skip to content

Commit

Permalink
games-fps/ut2003: Add RESTRICT=mirror and revert a couple of changes
Browse files Browse the repository at this point in the history
I should have taken a closer look at ut2003-data. I would change how
we package this but I am unable to test it.

Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Apr 1, 2020
1 parent 7d35c53 commit 594b8ca
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ LICENSE="ut2003"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="dedicated"
RESTRICT="bindist strip"
RESTRICT="bindist mirror strip"

RDEPEND="
!games-server/ut2003-ded
games-fps/ut2003-data
media-libs/libsdl[abi_x86_32]
sys-libs/glibc
virtual/opengl[abi_x86_32]
"
Expand All @@ -40,8 +39,8 @@ src_install() {
doins -r .
fperms +x "${DIR}"/System/{ucc,${PN}}-bin

make_wrapper ${PN} ./${PN}-bin "${DIR}"/System "${DIR}"/System
make_wrapper ${PN}-ded "./ucc-bin server" "${DIR}"/System "${DIR}"/System
make_wrapper ${PN} ./${PN}-bin "${DIR}"
make_wrapper ${PN}-ded ./ucc "${DIR}"

make_desktop_entry ${PN} "Unreal Tournament 2003" applications-games

Expand Down

0 comments on commit 594b8ca

Please sign in to comment.