summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/regex-markup/regex-markup-0.10.0.ebuild')
-rw-r--r--app-misc/regex-markup/regex-markup-0.10.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/regex-markup/regex-markup-0.10.0.ebuild b/app-misc/regex-markup/regex-markup-0.10.0.ebuild
new file mode 100644
index 0000000..f7fa93b
--- /dev/null
+++ b/app-misc/regex-markup/regex-markup-0.10.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="A tool to color syslog files as well"
+HOMEPAGE="http://www.nongnu.org/regex-markup/"
+SRC_URI="http://savannah.nongnu.org/download/regex-markup/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE="examples"
+
+DEPEND="virtual/libc"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ if use examples; then
+ make -f examples/Makefile
+ fi
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}