summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/geteltorito/geteltorito-0.6.ebuild')
-rw-r--r--app-cdr/geteltorito/geteltorito-0.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-cdr/geteltorito/geteltorito-0.6.ebuild b/app-cdr/geteltorito/geteltorito-0.6.ebuild
new file mode 100644
index 0000000..1843619
--- /dev/null
+++ b/app-cdr/geteltorito/geteltorito-0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="El Torito boot image extractor"
+HOMEPAGE="https://userpages.uni-koblenz.de/~krienke/"
+SRC_URI="https://userpages.uni-koblenz.de/~krienke/ftp/noarch/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-lang/perl"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ dobin geteltorito
+ dodoc README
+}