iat-0.1.7-r1.ebuild 401 B

12345678910111213141516171819
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="BIN, MDF, PDI, CDI, NRG, and B5I converters"
  5. HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
  6. SRC_URI="mirror://gentoo/${P}.tar.bz2"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 arm x86"
  10. IUSE=""
  11. src_configure() {
  12. econf \
  13. --includedir="${EPREFIX}/usr/include/${PN}"
  14. }