From: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] Add new ruby-dbus package
Date: Fri, 13 Feb 2009 18:46:03 +0200 [thread overview]
Message-ID: <1234543563.24574.5.camel@EPBYMINW0568> (raw)
This is a package with D-Bus bindings for Ruby language.
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
---
conf/checksums.ini | 4 ++++
packages/ruby/ruby-dbus_0.2.1.bb | 18 ++++++++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 packages/ruby/ruby-dbus_0.2.1.bb
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 83bed25..1fd8a79 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -19078,6 +19078,10 @@ sha256=1774de918b156c360843c1b68690f5f57532ee48ff079d4d05c51dace8d523ed
md5=797ea136fe43e4286c9362ee4516674e
sha256=1774de918b156c360843c1b68690f5f57532ee48ff079d4d05c51dace8d523ed
+[http://trac.luon.net/data/ruby-dbus/releases/ruby-dbus-0.2.1.tar.gz]
+md5=1f6398d8bbafa272c0b43878fec43276
+sha256=cfcadc4ae860f2de3d6aa1a1230a410b1dedf783148a27a20205bb3b54e3c3ac
+
[http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7r2.zip]
md5=9290b4832d46199f8d798a531209640b
sha256=31db3852a86105766758975519b27d262407c96cacad4f34ad0de5aae26addd9
diff --git a/packages/ruby/ruby-dbus_0.2.1.bb b/packages/ruby/ruby-dbus_0.2.1.bb
new file mode 100644
index 0000000..0ffb45b
--- /dev/null
+++ b/packages/ruby/ruby-dbus_0.2.1.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "${PN} bindings"
+SECTION = "devel/ruby"
+LICENSE = "LGPL"
+RDEPENDS = "ruby"
+
+SRC_URI = "http://trac.luon.net/data/ruby-dbus/releases/ruby-dbus-0.2.1.tar.gz"
+
+RUBY_DIR = "/usr/lib/ruby/1.8"
+
+S = "${WORKDIR}/ruby-dbus-${PV}"
+
+FILES_${PN} += "${RUBY_DIR}"
+
+do_install() {
+ install -d ${D}${RUBY_DIR}
+ cp -r lib/* ${D}${RUBY_DIR}
+}
+
--
1.5.6.3
next reply other threads:[~2009-02-13 16:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-13 16:46 Ihar Hrachyshka [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-02-13 15:27 [PATCH] Add new ruby-dbus package Ihar Hrachyshka
2009-02-13 16:10 ` Ihar Hrachyshka
2009-02-13 18:04 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1234543563.24574.5.camel@EPBYMINW0568 \
--to=ihar.hrachyshka@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.