blob: ef11f08ad25da686aae6869b1a27b3c429c07d23 (
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-apps/nettrom/nettrom-2.3.3.ebuild,v 1.2 2003/06/21 21:19:40 drobbins 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="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
}
|