mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-embedded/dc-tool-ip: drop 1.0.4
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
parent
18508a68ef
commit
14ba046491
@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="Ethernet program loader for the Dreamcast"
|
||||
HOMEPAGE="https://cadcdev.sourceforge.net/"
|
||||
SRC_URI="https://downloads.sourceforge.net/cadcdev/dcload-ip-${PV}-src.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="sys-libs/binutils-libs"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/dcload-ip-${PV}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-bfd-update.patch
|
||||
"${FILESDIR}"/${P}-headers.patch
|
||||
"${FILESDIR}"/${P}-makefile.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
append-cppflags -DPACKAGE -DPACKAGE_VERSION #465952
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -C host-src/tool
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin host-src/tool/dc-tool
|
||||
|
||||
dodoc README NETWORK CHANGES
|
||||
dodoc -r make-cd
|
||||
use doc && dodoc -r example-src
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user