aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/liblinebreak
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-10-28 22:48:57 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-01 08:56:14 +0100
commitfbaa7c45a215f901159d1909077ce301b0d3c811 (patch)
tree2a92f1fab741e4bd0a115dd8b5b8f546fdf8728b /meta-oe/recipes-support/liblinebreak
parente121944c38d07a2e7357b1099173fd630f05ef87 (diff)
downloadmeta-openembedded-contrib-fbaa7c45a215f901159d1909077ce301b0d3c811.tar.gz
liblinebreak: import from openembedded classic
The License was verified and LIC_FILES_CHKSUM was added Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/liblinebreak')
-rw-r--r--meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
new file mode 100644
index 0000000000..03c4352756
--- /dev/null
+++ b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
@@ -0,0 +1,13 @@
+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"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz"
+
+inherit autotools
+
+SRC_URI[md5sum] = "d18039259001ccb24b5dd4648c49c5ad"
+SRC_URI[sha256sum] = "9efcb0cb1afc75ad1e92d2b2dbf4d9c77b072d6656c5f1a150af8b718d0c7b76"