add ruby 1.8.2; NOTE: ruby-native doesn't need to be adjusted
authorMichael Lauer <mickey@vanille-media.de>
Mon, 3 Oct 2005 22:21:53 +0000 (22:21 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 3 Oct 2005 22:21:53 +0000 (22:21 +0000)
packages/ruby/ruby_1.8.3.bb [new file with mode: 0644]

diff --git a/packages/ruby/ruby_1.8.3.bb b/packages/ruby/ruby_1.8.3.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