summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-11-07 15:49:02 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-11-07 18:05:15 +0100
commitd14fa670ca2cec9e466c7197491814367b3c39a8 (patch)
tree34ec85bc68f2aa64839aecd254861f87d6a1275b /sys-block/tapecat/tapecat-1.0.0-r1.ebuild
parentsys-process/daemontools: EAPI-7 revbump (diff)
downloadgentoo-d14fa670ca2cec9e466c7197491814367b3c39a8.tar.gz
gentoo-d14fa670ca2cec9e466c7197491814367b3c39a8.tar.bz2
gentoo-d14fa670ca2cec9e466c7197491814367b3c39a8.zip
sys-block/tapecat: EAPI-7 revbump
Closes: https://bugs.gentoo.org/697204 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-block/tapecat/tapecat-1.0.0-r1.ebuild')
-rw-r--r--sys-block/tapecat/tapecat-1.0.0-r1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-block/tapecat/tapecat-1.0.0-r1.ebuild b/sys-block/tapecat/tapecat-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..99d172996470
--- /dev/null
+++ b/sys-block/tapecat/tapecat-1.0.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="tapecat is a tape utility used to describe the physical content of a tape"
+HOMEPAGE="http://www.inventivetechnology.at/tapecat/"
+SRC_URI="http://downloads.inventivetechnology.at/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+DEPEND="sys-apps/file:="
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -Wall -ansi"
+}
+
+src_install() {
+ dobin tapecat
+ doman tapecat.1
+}