aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/liblinebreak/liblinebreak_1.2.bb9
2 files changed, 13 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 3c8e48d6f0..6c2924278b 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -14294,6 +14294,10 @@ sha256=e485f36d74f477f3d235a05bb67b502dc744092569842d9ab45e2f785f74f556
md5=6cef76df73f86482fa478ad8252d9055
sha256=d9ca5d502f8a4a6c146d1f0458ac27c95cc59724caa6d845e24946d299463bc5
+[http://downloads.sourceforge.net/project/vimgadgets/liblinebreak/1.2/liblinebreak-1.2.tar.gz]
+md5=d18039259001ccb24b5dd4648c49c5ad
+sha256=9efcb0cb1afc75ad1e92d2b2dbf4d9c77b072d6656c5f1a150af8b718d0c7b76
+
[ftp://ftp.debian.org/debian/pool/main/libl/liblinebreak/liblinebreak_0.9.6.orig.tar.gz]
md5=e898200ac89815365e89b7c6cc2f78fd
sha256=f23ac7320379d8e950340fe37633c21a56a5f4320d29c34a65819558fe6cdaa1
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