2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'ruby'.
|
|
|
|
pkgname=ruby
|
2009-04-19 01:23:01 +02:00
|
|
|
ruby_ver="1.9.1"
|
2009-10-04 10:37:17 +02:00
|
|
|
ruby_distpatchver="p129"
|
2009-04-19 01:23:01 +02:00
|
|
|
ruby_distver="${ruby_ver}-${ruby_distpatchver}"
|
|
|
|
version=${ruby_ver}${ruby_distpatchver}
|
2009-03-03 01:19:14 +01:00
|
|
|
wrksrc="${pkgname}-${ruby_distver}"
|
|
|
|
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$pkgname-${ruby_distver}.tar.gz"
|
2008-09-30 05:58:50 +02:00
|
|
|
build_style=gnu_configure
|
2009-04-19 01:23:01 +02:00
|
|
|
configure_args="--enable-pthread --enable-shared --disable-rpath"
|
2008-09-30 05:58:50 +02:00
|
|
|
short_desc="Ruby programming language"
|
2009-03-03 00:05:47 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-04 10:37:17 +02:00
|
|
|
checksum=27b7a8ace1d17cec237020ae9355230b53f8c3875f8d942de903e7d58d14253b
|
2008-09-30 05:58:50 +02:00
|
|
|
long_desc="
|
2009-04-19 01:23:01 +02:00
|
|
|
Ruby is the interpreted scripting language for quick and easy object
|
|
|
|
oriented programming. It has many features to process text files and to
|
|
|
|
do system management tasks (as in Perl). It is simple, straight-forward
|
|
|
|
and extensible."
|
2008-10-24 18:32:35 +02:00
|
|
|
|
2009-03-03 01:19:14 +01:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full gdbm
|
|
|
|
Add_dependency full openssl
|
|
|
|
Add_dependency full zlib
|
2009-04-19 01:23:01 +02:00
|
|
|
Add_dependency full readline
|
2009-03-03 01:19:14 +01:00
|
|
|
Add_dependency build ncurses
|
|
|
|
Add_dependency run ncurses-libs
|