ruby: added 1.8.5
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 31 Aug 2006 11:43:10 +0000 (11:43 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 31 Aug 2006 11:43:10 +0000 (11:43 +0000)
packages/ruby/ruby-native_1.8.5.bb [new file with mode: 0644]
packages/ruby/ruby_1.8.5.bb [new file with mode: 0644]

diff --git a/packages/ruby/ruby-native_1.8.5.bb b/packages/ruby/ruby-native_1.8.5.bb
new file mode 100644 (file)
index 0000000..d5ccae8
--- /dev/null
@@ -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 (file)
index 0000000..235c389
--- /dev/null
@@ -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