diff options
Diffstat (limited to 'meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb')
| -rw-r--r-- | meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb new file mode 100644 index 0000000000..0b4b743a88 --- /dev/null +++ b/meta-ruby/recipes-extended/libgxim/libgxim_0.5.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "GObject-based XIM protocol library" | ||
| 2 | DESCRIPTION = "libgxim is a X Input Method protocol library that is implemented by GObject.\ | ||
| 3 | this library helps you to implement XIM servers or client applications to\ | ||
| 4 | communicate through XIM protocol without using Xlib API directly, particularly\ | ||
| 5 | if your application uses GObject-based main loop.\ | ||
| 6 | \ | ||
| 7 | This package contains the shared library." | ||
| 8 | |||
| 9 | HOMEPAGE = "http://code.google.com/p/libgxim/" | ||
| 10 | SECTION = "System Environment/Libraries" | ||
| 11 | |||
| 12 | SRC_URI = "https://bitbucket.org/tagoh/libgxim/downloads/${BPN}-${PV}.tar.bz2 \ | ||
| 13 | file://multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch" | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "4bb1fa63d00eb224439d413591c29a6a" | ||
| 16 | SRC_URI[sha256sum] = "75e20d1744139644f9951b78ea3910b162d3380302315cb4b3d0640f23694c79" | ||
| 17 | |||
| 18 | LICENSE = "LGPLv2+" | ||
| 19 | LIC_FILES_CHKSUM = "\ | ||
| 20 | file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 21 | |||
| 22 | EXTRA_OECONF = " --disable-static --disable-rebuilds" | ||
| 23 | DEPENDS += "gtk+ glib-2.0 ruby-native" | ||
| 24 | |||
| 25 | inherit autotools pkgconfig | ||
