lssbus-0.1.ebuild 428 B

1234567891011121314151617181920
  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Small utility for Linux/SPARC that list devices on SBUS"
  4. HOMEPAGE="https://people.redhat.com/tcallawa/lssbus/"
  5. SRC_URI="https://people.redhat.com/tcallawa/lssbus/${P}.tar.gz"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="-* sparc"
  9. IUSE=""
  10. DEPEND=""
  11. RDEPEND=""
  12. src_install() {
  13. dosbin lssbus
  14. dodoc COPYING README
  15. }