2008-10-04 04:29:49 +00:00
|
|
|
# Template build file for 'ruby'.
|
|
|
|
pkgname=ruby
|
|
|
|
version=1.8.7-p72
|
2008-10-14 05:52:29 +00:00
|
|
|
distfiles="
|
2008-10-28 22:57:52 +00:00
|
|
|
ftp://ftp.ruby-lang.org/pub/ruby/1.8/$pkgname-$version.tar.bz2"
|
2008-09-30 03:58:50 +00:00
|
|
|
build_style=gnu_configure
|
2008-09-30 20:48:52 +00:00
|
|
|
# Override --exec-prefix to install it into the correct location.
|
|
|
|
configure_args="--enable-pthread --enable-shared
|
2008-10-24 16:32:35 +00:00
|
|
|
--exec-prefix=$XBPS_DESTDIR/$pkgname-$version/usr"
|
2008-09-30 03:58:50 +00:00
|
|
|
short_desc="Ruby programming language"
|
|
|
|
maintainer="Daniel Horecki <morr@morr.pl>"
|
2008-10-20 15:38:39 +00:00
|
|
|
checksum=a8f8a28e286dd76747d8e97ea5cfe7a315eb896906ab8c8606d687d9f6f6146e
|
2008-09-30 03:58:50 +00:00
|
|
|
long_desc="
|
|
|
|
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 16:32:35 +00:00
|
|
|
|
|
|
|
run_depends="glibc-2.8"
|