blob: 520129564c7747c358aa0c4b992b4b4fab59c974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/mindi-kernel/mindi-kernel-1.0.ebuild,v 1.1 2003/07/03 16:21:02 johnm Exp $
DESCRIPTION="Mindi-kernel provides a basic kernel image for a mindi created bootdisk"
HOMEPAGE="http://www.microwerks.net/~hugo/mindi/"
SRC_URI="http://www.microwerks.net/~hugo/download/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
RESTRICT="nouserpriv"
RDEPEND=">=sys-apps/mindi-0.85*"
src_install() {
dodir /usr/share/mindi
cp * --parents -rdf ${D}/usr/share/mindi/
}
|