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

DESCRIPTION="Small utility for Linux/SPARC that list devices on SBUS"
HOMEPAGE="http://people.redhat.com/tcallawa/lssbus/"
SRC_URI="http://people.redhat.com/tcallawa/lssbus/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* sparc"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	dosbin lssbus
	dodoc COPYING README
}