summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-03-27 09:25:49 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-03-27 09:39:04 +0200
commit992fec3c6a257a7c9dc8bf313c986f3de042beac (patch)
treeb78fe9f3b9cb2a78e410c8e8fd734a6dcce4db9a /net-mail/ytnef/ytnef-1.9.2.ebuild
parentapp-admin/rsyslog: Stable for HPPA (bug #613264). (diff)
downloadgentoo-992fec3c6a257a7c9dc8bf313c986f3de042beac.tar.gz
gentoo-992fec3c6a257a7c9dc8bf313c986f3de042beac.tar.bz2
gentoo-992fec3c6a257a7c9dc8bf313c986f3de042beac.zip
net-mail/ytnef: Initial commit.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-mail/ytnef/ytnef-1.9.2.ebuild')
-rw-r--r--net-mail/ytnef/ytnef-1.9.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild b/net-mail/ytnef/ytnef-1.9.2.ebuild
new file mode 100644
index 000000000000..2d63166ad4da
--- /dev/null
+++ b/net-mail/ytnef/ytnef-1.9.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Yeraze's TNEF Stream Reader - for winmail.dat files"
+HOMEPAGE="https://github.com/Yeraze/ytnef"
+SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-devel/libtool"
+
+src_prepare() {
+ default
+ eautoreconf
+}