summaryrefslogtreecommitdiff
path: root/packages/ruby
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-10 08:59:47 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-10 08:59:47 +0000
commit62a86cd1cae6025b0234889119507af43f5bc24a (patch)
tree8c9d932efded8eae2a74fa8aa5e63ae19f602205 /packages/ruby
parent88bdba6d70a69e84781612060954e2f73ab07b6e (diff)
parentbd246d9a4b143fa5766e9b2d86676d35971ecef6 (diff)
merge of '15617f31c93e5e7e35627af8b363148f69541579'
and 'c6bcfdb59d3237f59868cab3ac70dcc8c36efa5a'
Diffstat (limited to 'packages/ruby')
-rw-r--r--packages/ruby/ruby-native_1.8.5.bb3
-rw-r--r--packages/ruby/ruby_1.8.5.bb12
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/ruby/ruby-native_1.8.5.bb b/packages/ruby/ruby-native_1.8.5.bb
new file mode 100644
index 0000000000..d5ccae8262
--- /dev/null
+++ b/packages/ruby/ruby-native_1.8.5.bb
@@ -0,0 +1,3 @@
+include ruby_${PV}.bb
+inherit native
+DEPENDS = ""
diff --git a/packages/ruby/ruby_1.8.5.bb b/packages/ruby/ruby_1.8.5.bb
new file mode 100644
index 0000000000..235c3892de
--- /dev/null
+++ b/packages/ruby/ruby_1.8.5.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Ruby is an interpreted scripting language \
+for quick and easy object-oriented programming."
+SECTION = "devel/ruby"
+DEPENDS = "ruby-native"
+PRIORITY = "optional"
+MAINTAINER = "Gints Polis <gints.polis@cc.lv>"
+LICENSE = "GPL"
+
+SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/ruby-${PV}.tar.gz"
+S = "${WORKDIR}/ruby-${PV}"
+
+inherit autotools