poweriso-1.3.ebuild 424 B

123456789101112131415161718192021
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="Utility to extract, list and convert PowerISO DAA image files"
  4. HOMEPAGE="http://www.poweriso.com"
  5. SRC_URI="http://www.${PN}.com/${P}.tar.gz"
  6. LICENSE="public-domain"
  7. SLOT="0"
  8. KEYWORDS="amd64 x86"
  9. IUSE=""
  10. QA_PRESTRIPPED="opt/bin/poweriso"
  11. S=${WORKDIR}
  12. src_install() {
  13. into /opt
  14. dobin ${PN} || die
  15. }