From: Michael Lauer Date: Mon, 3 Oct 2005 22:21:53 +0000 (+0000) Subject: add ruby 1.8.2; NOTE: ruby-native doesn't need to be adjusted X-Git-Tag: Release-2010-05/1~9453^2~3373^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00898d4b8dee2b533700b0dccc0a1094b9149786;p=openembedded.git add ruby 1.8.2; NOTE: ruby-native doesn't need to be adjusted --- diff --git a/packages/ruby/ruby_1.8.3.bb b/packages/ruby/ruby_1.8.3.bb new file mode 100644 index 0000000000..235c3892de --- /dev/null +++ b/packages/ruby/ruby_1.8.3.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 " +LICENSE = "GPL" + +SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/ruby-${PV}.tar.gz" +S = "${WORKDIR}/ruby-${PV}" + +inherit autotools