summaryrefslogtreecommitdiff
path: root/net-mail/ytnef/ytnef-1.9.2.ebuild
diff options
context:
space:
mode:
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..c4d520f82c03
--- /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="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="sys-devel/libtool"
+
+src_prepare() {
+ default
+ eautoreconf
+}