mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
games-action/netrek-cow: new package
Signed-off-by: brian gloyer <brian.gloyer@gmail.com> Package-Manager: Portage-2.3.99, Repoman-2.3.22
This commit is contained in:
1
games-action/netrek-cow/Manifest
Normal file
1
games-action/netrek-cow/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST netrek-cow-3.3.2.tar.gz 2630673 BLAKE2B 1a54b58d112f0893275b57967573ce308e69b99e42a660670f3a5fc7f15f2dc110f2008e496282a58da181252a196feb8218a87f52db16444f1f50cef2a6809f SHA512 9a0ab78ed86d174f52d35d30a409efd985bd2d39062a993c3790f36ade1fa0a9b95b9d914f5c1fa57497f281e88ece0f6bc86abc962bd87ff44f68c1416f07f0
|
||||
16
games-action/netrek-cow/metadata.xml
Normal file
16
games-action/netrek-cow/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>brian.gloyer@gmail.com</email>
|
||||
<name>brian gloyer</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<maintainer status="active">
|
||||
<email>brian.gloyer@gmail.com</email>
|
||||
<name>brian gloyer</name>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/quozl/netrek-client-cow/issues/</bugs-to>
|
||||
<remote-id type="github">quozl/netrek-client-cow</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
37
games-action/netrek-cow/netrek-cow-3.3.2.ebuild
Normal file
37
games-action/netrek-cow/netrek-cow-3.3.2.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="cow client for netrek"
|
||||
HOMEPAGE="https://netrek.org"
|
||||
SRC_URI="https://github.com/quozl/netrek-client-cow/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/netrek-client-cow-${PV}"
|
||||
|
||||
RDEPEND="
|
||||
media-libs/libsdl
|
||||
media-libs/sdl-mixer
|
||||
x11-base/xorg-proto
|
||||
x11-libs/libX11
|
||||
x11-libs/libXxf86vm
|
||||
x11-libs/libXmu
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
./autogen.sh
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin netrek-client-cow
|
||||
}
|
||||
Reference in New Issue
Block a user