d98192293e
git-svn-id: http://svn.sabayonlinux.org/overlay@2967 d7aec97c-591d-0410-af39-a8856400b30a
22 lines
457 B
Bash
22 lines
457 B
Bash
# Copyright 2004-2009 Sabayon Linux
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit eutils
|
|
|
|
DESCRIPTION="Dynamic Kernel Module Support"
|
|
SRC_URI="http://linux.dell.com/dkms/permalink/${P}.tar.gz"
|
|
HOMEPAGE="http://linux.dell.com/dkms"
|
|
LICENSE="GPL-2"
|
|
DEPEND=""
|
|
KEYWORDS="~x86 ~amd64"
|
|
SLOT="0"
|
|
|
|
src_compile() {
|
|
einfo "nothing to compile"
|
|
}
|
|
|
|
src_install() {
|
|
emake DESTDIR="${D}" install || die "make install failed"
|
|
}
|