aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ruby/ruby_1.8.4.bb
blob: 235c3892ded8c51d9589a4328c4377aabdc6bc3b (plain)
1
2
3
4
5
6
7
8
9
10
11
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