summaryrefslogtreecommitdiff
path: root/net-mail/qprint/qprint-1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/qprint/qprint-1.1.ebuild')
-rw-r--r--net-mail/qprint/qprint-1.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/qprint/qprint-1.1.ebuild b/net-mail/qprint/qprint-1.1.ebuild
new file mode 100644
index 0000000000..2e01379893
--- /dev/null
+++ b/net-mail/qprint/qprint-1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="MIME quoted-printable data encoding and decoding utility"
+HOMEPAGE="http://www.fourmilab.ch/webtools/qprint/"
+SRC_URI="http://www.fourmilab.ch/webtools/${PN}/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos"
+IUSE=""
+
+src_install() {
+ dodir /usr/bin
+ dodir /usr/share/man/man1
+ emake DESTDIR="${D}" install
+ dodoc INSTALL README *.html qprint.pdf qprint.w logo.gif
+}