All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] new package: libfribidi
@ 2012-12-25 21:08 Mikhail Boiko
  2012-12-26  4:51 ` Baruch Siach
  0 siblings, 1 reply; 2+ messages in thread
From: Mikhail Boiko @ 2012-12-25 21:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Mikhail Boiko <mikhailboiko85@gmail.com>
---
 package/Config.in                |    1 +
 package/libfribidi/Config.in     |    7 +++++++
 package/libfribidi/libfribidi.mk |   13 +++++++++++++
 3 files changed, 21 insertions(+)
 create mode 100644 package/libfribidi/Config.in
 create mode 100644 package/libfribidi/libfribidi.mk

diff --git a/package/Config.in b/package/Config.in
index 3d556b2..e60f22e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -519,6 +519,7 @@ source "package/libelf/Config.in"
 source "package/libevent/Config.in"
 source "package/libev/Config.in"
 source "package/libffi/Config.in"
+source "package/libfribidi/Config.in"
 source "package/gsl/Config.in"
 source "package/libglib2/Config.in"
 source "package/libical/Config.in"
diff --git a/package/libfribidi/Config.in b/package/libfribidi/Config.in
new file mode 100644
index 0000000..11aed62
--- /dev/null
+++ b/package/libfribidi/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBFRIBIDI
+	bool "libfribidi"
+	help
+	  GNU FriBidi is an implementation of the Unicode 
+	  Bidirectional Algorithm (bidi).
+
+	  http://www.fribidi.org/
diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/libfribidi.mk
new file mode 100644
index 0000000..578438a
--- /dev/null
+++ b/package/libfribidi/libfribidi.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# libfribidi
+#
+#############################################################
+
+LIBFRIBIDI_VERSION = 0.19.5
+LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
+LIBFRIBIDI_SITE = http://www.fribidi.org/download/
+LIBFRIBIDI_LICENSE = GPLv2+
+LIBFRIBIDI_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] new package: libfribidi
  2012-12-25 21:08 [Buildroot] [PATCH] new package: libfribidi Mikhail Boiko
@ 2012-12-26  4:51 ` Baruch Siach
  0 siblings, 0 replies; 2+ messages in thread
From: Baruch Siach @ 2012-12-26  4:51 UTC (permalink / raw)
  To: buildroot

Hi Mikhail,

On Tue, Dec 25, 2012 at 11:08:38PM +0200, Mikhail Boiko wrote:
[...]
> +LIBFRIBIDI_VERSION = 0.19.5
> +LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
> +LIBFRIBIDI_SITE = http://www.fribidi.org/download/
> +LIBFRIBIDI_LICENSE = GPLv2+
> +LIBFRIBIDI_LICENSE_FILES = COPYING

The COPYING contains the LGPLv2.1 text. In addition, the README file includes 
the "or later" language in its License section. So LIBFRIBIDI_LICENSE should 
be LGPLv2.1+

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-26  4:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-25 21:08 [Buildroot] [PATCH] new package: libfribidi Mikhail Boiko
2012-12-26  4:51 ` Baruch Siach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.