summaryrefslogtreecommitdiff
blob: 7142bd8b6d66d6eb61406b3574e5bcf450a1e9ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="add and remove scsi devices on the fly"
HOMEPAGE="http://llg.cubic.org/tools/"
SRC_URI="http://llg.cubic.org/tools/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

src_compile() {
	econf $(use_with debug) || die "configure failed!"
	emake || die "make failed"
}

src_install() {
	dosbin scsiadd
}