summaryrefslogtreecommitdiff
blob: fdd1b11f7808bab385dc468b7b03d03ae6dbe52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.06.ebuild,v 1.4 2004/08/09 15:38:41 lv Exp $

DESCRIPTION="Sg3_utils provide a collection of programs that use the sg SCSI interface"
HOMEPAGE="http://www.torque.net/sg/"
SRC_URI="http://www.torque.net/sg/p/sg3_utils-1.06.tgz"

LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~x86 ~sparc ~amd64"
IUSE=""

DEPEND=""

src_compile() {
	emake || die
}

src_install() {
	einstall INSTDIR=${D}/usr/bin MANDIR=${D}/usr/man || die
}