summaryrefslogtreecommitdiff
path: root/app-cdr/poweriso/poweriso-1.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/poweriso/poweriso-1.3.ebuild')
-rw-r--r--app-cdr/poweriso/poweriso-1.3.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-cdr/poweriso/poweriso-1.3.ebuild b/app-cdr/poweriso/poweriso-1.3.ebuild
new file mode 100644
index 000000000000..382ea0b18c01
--- /dev/null
+++ b/app-cdr/poweriso/poweriso-1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=0
+
+DESCRIPTION="Utility to extract, list and convert PowerISO DAA image files"
+HOMEPAGE="http://www.poweriso.com"
+SRC_URI="http://www.${PN}.com/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+QA_PRESTRIPPED="opt/bin/poweriso"
+
+S=${WORKDIR}
+
+src_install() {
+ into /opt
+ dobin ${PN} || die
+}