[oe-commits] org.oe.oz354x ruby: added 1.8.5

hrw commit openembedded-commits at lists.openembedded.org
Thu Aug 31 11:48:55 UTC 2006


ruby: added 1.8.5

Author: hrw at openembedded.org
Branch: org.openembedded.oz354x
Revision: 8b83dbccbe95b10ef4d1cfdcda9109822e9d177c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8b83dbccbe95b10ef4d1cfdcda9109822e9d177c
Files:
1
packages/ruby/ruby-native_1.8.5.bb
packages/ruby/ruby_1.8.5.bb
Diffs:

#
# mt diff -r005d6f8cad481826bcb13c13935eca30207b9014 -r8b83dbccbe95b10ef4d1cfdcda9109822e9d177c
#
# 
# 
# add_file "packages/ruby/ruby-native_1.8.5.bb"
#  content [016347f322a288be0fa624095da92027350eabe9]
# 
# add_file "packages/ruby/ruby_1.8.5.bb"
#  content [c901ecf1a2cac30ca3e2240a6ff6023b48747001]
# 
============================================================
--- packages/ruby/ruby-native_1.8.5.bb	016347f322a288be0fa624095da92027350eabe9
+++ packages/ruby/ruby-native_1.8.5.bb	016347f322a288be0fa624095da92027350eabe9
@@ -0,0 +1,3 @@
+include ruby_${PV}.bb
+inherit native
+DEPENDS = ""
============================================================
--- packages/ruby/ruby_1.8.5.bb	c901ecf1a2cac30ca3e2240a6ff6023b48747001
+++ packages/ruby/ruby_1.8.5.bb	c901ecf1a2cac30ca3e2240a6ff6023b48747001
@@ -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 at cc.lv>"
+LICENSE = "GPL"
+
+SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/ruby-${PV}.tar.gz"
+S = "${WORKDIR}/ruby-${PV}"
+
+inherit autotools






More information about the Openembedded-commits mailing list