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