blob: d7627ae9091180376d69b0a8b447f1e23668b502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/module-rebuild/module-rebuild-0.5.ebuild,v 1.5 2007/04/04 00:26:04 vapier Exp $
DESCRIPTION="A utility to rebuild any kernel modules which you have installed"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ia64 ppc s390 sh sparc x86"
IUSE=""
DEPEND=""
src_install() {
newsbin "${FILESDIR}"/${P} ${PN} || die
}
|