summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Welch <zwelch@gentoo.org>2003-02-24 02:38:48 +0000
committerZack Welch <zwelch@gentoo.org>2003-02-24 02:38:48 +0000
commitb18394239b4a45a5eb01fa8c5aa72e983b54595d (patch)
tree52f782110dfb6085821393621337133707ea1efb /sys-apps/nettrom/nettrom-2.3.3.ebuild
parentnew package (keymasked) (diff)
downloadgentoo-2-b18394239b4a45a5eb01fa8c5aa72e983b54595d.tar.gz
gentoo-2-b18394239b4a45a5eb01fa8c5aa72e983b54595d.tar.bz2
gentoo-2-b18394239b4a45a5eb01fa8c5aa72e983b54595d.zip
add nettrom ebuild, the netwinder bootloader
Diffstat (limited to 'sys-apps/nettrom/nettrom-2.3.3.ebuild')
-rw-r--r--sys-apps/nettrom/nettrom-2.3.3.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-apps/nettrom/nettrom-2.3.3.ebuild b/sys-apps/nettrom/nettrom-2.3.3.ebuild
new file mode 100644
index 000000000000..1ad86df5b4a6
--- /dev/null
+++ b/sys-apps/nettrom/nettrom-2.3.3.ebuild
@@ -0,0 +1,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.1 2003/02/24 02:38:48 zwelch 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 -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
+}
+