diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /regex-markup/regex-markup_0.9.0.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'regex-markup/regex-markup_0.9.0.oe')
-rw-r--r-- | regex-markup/regex-markup_0.9.0.oe | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/regex-markup/regex-markup_0.9.0.oe b/regex-markup/regex-markup_0.9.0.oe index 65479e6db7..23886176f3 100644 --- a/regex-markup/regex-markup_0.9.0.oe +++ b/regex-markup/regex-markup_0.9.0.oe @@ -1,13 +1,9 @@ DESCRIPTION = "Regex-markup performs regular expression-based text \ -markup according to used-defined rules. This can be used to color \ -syslog files as well as the output of programs such as ping, traceroute, \ -gcc etc. The hierarchal rules-format is simple to understand, yet very \ -powerful. Regex-markup is written entirely in C, and uses POSIX regular \ -expressions to do much of its work. +markup according to used-defined rules." DEPENDS = "virtual/libc" RDEPENDS = "libc6" -SRC_URI = http://www.student.lu.se/~nbi98oli/src/regex-markup-0.9.0.tar.gz +SRC_URI = "http://www.student.lu.se/~nbi98oli/src/regex-markup-${PV}.tar.gz" inherit autotools |