# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: # $Header:$ S="${WORKDIR}/${P}" DESCRIPTION="lets you add and remove scsi devices from the Linux scsi subsystem on the fly" SRC_URI="http://llg.cubic.org/tools/${P}.tar.gz" HOMEPAGE="http://llg.cubic.org/tools" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { dodir /usr/sbin exeinto /usr/sbin doexe scsiadd doman scsiadd.8 dodoc INSTALL NEWS README TODO }