First pass of .oe cleanups.
[openembedded.git] / regex-markup / regex-markup_0.9.0.oe
1 DESCRIPTION = "Regex-markup performs regular expression-based text \
2 markup according to used-defined rules. This can be used to color \
3 syslog files as well as the output of programs such as ping, traceroute, \
4 gcc etc. The hierarchal rules-format is simple to understand, yet very \
5 powerful. Regex-markup is written entirely in C, and uses POSIX regular \
6 expressions to do much of its work.
7
8 DEPENDS = "virtual/libc"
9 RDEPENDS = "libc6"
10
11 SRC_URI = http://www.student.lu.se/~nbi98oli/src/regex-markup-0.9.0.tar.gz
12
13 inherit autotools