summaryrefslogtreecommitdiff
path: root/app-cdr/iat/iat-0.1.7-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/iat/iat-0.1.7-r1.ebuild')
-rw-r--r--app-cdr/iat/iat-0.1.7-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-cdr/iat/iat-0.1.7-r1.ebuild b/app-cdr/iat/iat-0.1.7-r1.ebuild
new file mode 100644
index 000000000000..b55af314a5fa
--- /dev/null
+++ b/app-cdr/iat/iat-0.1.7-r1.ebuild
@@ -0,0 +1,18 @@
+# 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}"
+}