summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/remind/remind-03.00.23-r1.ebuild')
-rw-r--r--x11-misc/remind/remind-03.00.23-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/remind/remind-03.00.23-r1.ebuild b/x11-misc/remind/remind-03.00.23-r1.ebuild
new file mode 100644
index 000000000000..5089ca3a2a47
--- /dev/null
+++ b/x11-misc/remind/remind-03.00.23-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.23-r1.ebuild,v 1.1 2005/07/01 22:03:53 smithj Exp $
+
+DESCRIPTION="Ridiculously functional reminder program"
+HOMEPAGE="http://www.roaringpenguin.com/penguin/open_source_remind.php"
+SRC_URI="http://www.roaringpenguin.com/penguin/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ # stupid broken makefile...
+ einstall || die "first einstall failed"
+ exeinto /usr/bin/
+ doexe www/rem2html
+
+ dodoc README ACKNOWLEDGEMENTS COPYRIGHT WINDOWS doc/README.UNIX \
+ doc/WHATSNEW* www/README.*
+}