mtx-1.3.12.ebuild 459 B

123456789101112131415161718
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Utilities for controlling SCSI media changers and tape drives"
  4. HOMEPAGE="http://mtx.sourceforge.net/"
  5. SRC_URI="mirror://sourceforge/mtx/${P}.tar.gz"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
  9. IUSE=""
  10. src_install () {
  11. einstall || die
  12. dodoc CHANGES COMPATABILITY FAQ README TODO
  13. dohtml mtxl.README.html
  14. }