blob: 32e787f9bb138498821cbb1a55370a433fbc1d59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/dc-tool-ip/dc-tool-ip-1.0.3.ebuild,v 1.2 2004/06/25 03:07:42 agriffis Exp $
DESCRIPTION="ethernet program loader for the Dreamcast"
HOMEPAGE="http://adk.napalm-x.com/dc/dcload-ip/"
SRC_URI="http://adk.napalm-x.com/dc/dcload-ip/${P}-linux.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* x86"
IUSE=""
DEPEND="virtual/glibc"
S=${WORKDIR}
src_install() {
into /opt
newbin ${P}-linux ${PN} || die
}
|