aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ruby/ruby-dbus_0.2.1.bb
blob: 40627d347bc9608077310cd96cb4f601f9ec9d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "${PN} bindings"
SECTION = "devel/ruby"
LICENSE = "LGPL"
RDEPENDS = "dbus ruby"

SRC_URI = "http://trac.luon.net/data/${PN}/releases/${PN}-0.2.1.tar.gz"

RUBY_DIR = "/usr/lib/ruby/1.8"

S = "${WORKDIR}/${PN}-${PV}"

FILES_${PN} += "${RUBY_DIR}"

do_install() {
	install -d ${D}${RUBY_DIR}
	cp -r lib/* ${D}${RUBY_DIR}
}