diff options
author | Graham Gower <graham.gower@gmail.com> | 2009-09-09 16:25:55 +0930 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-09-09 11:46:17 +0100 |
commit | db852227f1ed420bd850d3fe31392b66b544cf4f (patch) | |
tree | 631a50bf331d6ff4c1c9674ced3236560d2323de /recipes/liblinebreak/liblinebreak_1.2.bb | |
parent | 5503c215650838e0e1649421ae540b669991f1b2 (diff) |
Add liblinebreak-1.2
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Diffstat (limited to 'recipes/liblinebreak/liblinebreak_1.2.bb')
-rw-r--r-- | recipes/liblinebreak/liblinebreak_1.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/liblinebreak/liblinebreak_1.2.bb b/recipes/liblinebreak/liblinebreak_1.2.bb new file mode 100644 index 0000000000..a012c60464 --- /dev/null +++ b/recipes/liblinebreak/liblinebreak_1.2.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22" +HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "zlib" + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz" + +inherit autotools_stage |