summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/qmhandle/qmhandle-1.1.1.ebuild')
-rw-r--r--net-mail/qmhandle/qmhandle-1.1.1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild
new file mode 100644
index 000000000000..b1fdc22b8bee
--- /dev/null
+++ b/net-mail/qmhandle/qmhandle-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.1 2003/08/05 06:07:44 robbat2 Exp $
+DESCRIPTION="Qmail message queue tool"
+HOMEPAGE="http://qmhandle.sf.net/"
+SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+# Should run on all platforms without issue
+IUSE=""
+RDEPEND="net-mail/qmail dev-lang/perl sys-apps/psmisc"
+DEPEND=""
+S=${WORKDIR}
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/qmHandle-gentoo.patch
+}
+
+src_compile() {
+ einfo "Nothing to compile :-)"
+}
+
+src_install() {
+ into /usr
+ dodoc README HISTORY
+ dobin qmHandle
+}