diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-09 08:13:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-09 08:13:57 +0000 |
commit | 3a09a380ef4470365e58aaf172a8dc633083f35c (patch) | |
tree | a20110c13e04001056e70b856e8b6543d8c57ca8 /sys-boot/nettrom/nettrom-2.3.3.ebuild | |
parent | added sys-boot category for bootloaders (diff) | |
download | gentoo-2-3a09a380ef4470365e58aaf172a8dc633083f35c.tar.gz gentoo-2-3a09a380ef4470365e58aaf172a8dc633083f35c.tar.bz2 gentoo-2-3a09a380ef4470365e58aaf172a8dc633083f35c.zip |
moved from sys-apps to sys-boot
Diffstat (limited to 'sys-boot/nettrom/nettrom-2.3.3.ebuild')
-rw-r--r-- | sys-boot/nettrom/nettrom-2.3.3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-boot/nettrom/nettrom-2.3.3.ebuild b/sys-boot/nettrom/nettrom-2.3.3.ebuild new file mode 100644 index 000000000000..34ff93a2e0ce --- /dev/null +++ b/sys-boot/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-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 +} + |