# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/scsidev/scsidev-2.36.ebuild,v 1.2 2005/12/25 00:08:52 egore Exp $ inherit toolchain-funcs RESTRICT="nomirror" DESCRIPTION="scans the SCSI bus and creates device nodes in /dev/scsi/" HOMEPAGE="http://www.garloff.de/kurt/linux/scsidev/" SRC_URI="http://www.garloff.de/kurt/linux/scsidev/scsidev-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~alpha" IUSE="" DEPEND="virtual/libc" src_install() { emake DESTDIR=${D} install || die "emake install failed" }