summaryrefslogtreecommitdiff
blob: 34ff93a2e0ce37069889d16938ddbcbd1c0465bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/nettrom/nettrom-2.3.3.ebuild,v 1.1 2003/12/09 08:12:52 seemant Exp $

DESCRIPTION="NetWinder ARM bootloader and utilities"
HOMEPAGE="http://www.netwinder.org/"
SRC_URI="http://gentoo.superlucidity.net/arm/netwinder/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"

# no one but arm wants this package - binaries included
KEYWORDS="arm -x86 -amd64 -alpha -ppc -mips -hppa -sparc"

IUSE=""
DEPEND="virtual/glibc"
#RDEPEND=""

S=${WORKDIR}/${P}

src_unpack() {
	/bin/true
}

src_install() {
	cd ${D}
	unpack ${P}.tar.gz
}