aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ruby/ruby_1.8.5.bb
blob: 981f826dc6106b963a36c359de13570a1da5f05d (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Ruby is an interpreted scripting language \
for quick and easy object-oriented programming."
SECTION = "devel/ruby"
DEPENDS = "ruby-native"
PRIORITY = "optional"
LICENSE = "GPL"

SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/ruby-${PV}.tar.gz"
S = "${WORKDIR}/ruby-${PV}"

inherit autotools