diff options
Diffstat (limited to 'recipes/regex-markup/regex-markup_0.10.0.bb')
-rw-r--r-- | recipes/regex-markup/regex-markup_0.10.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/regex-markup/regex-markup_0.10.0.bb b/recipes/regex-markup/regex-markup_0.10.0.bb new file mode 100644 index 0000000000..c55df745e7 --- /dev/null +++ b/recipes/regex-markup/regex-markup_0.10.0.bb @@ -0,0 +1,9 @@ +LICENSE = "GPL" +SECTION = "unknown" +DESCRIPTION = "Regex-markup performs regular expression-based text \ +markup according to used-defined rules." + + +SRC_URI = "http://savannah.nongnu.org/download/regex-markup/regex-markup-${PV}.tar.gz" + +inherit autotools |