summaryrefslogtreecommitdiff
blob: f9e52fe6fb8642f880fa6cb50cbeeeb343b795f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.12.ebuild,v 1.3 2004/11/28 05:51:35 pylon Exp $

DESCRIPTION="SCSI sysfs query tool"
HOMEPAGE="http://www.torque.net/scsi/lsscsi.html"
SRC_URI="http://www.torque.net/scsi/lsscsi-0.12.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc ~hppa"
IUSE=""
DEPEND=""

src_compile() {
	emake PREFIX="/usr" CFLAGS="${CFLAGS}" || die "emake failed"
}

src_install() {
	cd ${S}
	dodir /usr/bin
	insinto /usr/bin
	dobin lsscsi
	doman lsscsi.8
}