diff options
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 |