2008-10-04 06:29:49 +02:00
|
|
|
# Template build file for 'ruby'.
|
|
|
|
pkgname=ruby
|
|
|
|
version=1.8.7-p72
|
2008-09-30 05:58:50 +02:00
|
|
|
extract_sufx=".tar.bz2"
|
|
|
|
url=ftp://ftp.ruby-lang.org/pub/ruby/1.8
|
|
|
|
build_style=gnu_configure
|
2008-09-30 22:48:52 +02:00
|
|
|
# Override --exec-prefix to install it into the correct location.
|
|
|
|
configure_args="--enable-pthread --enable-shared
|
2008-10-07 03:59:16 +02:00
|
|
|
--exec-prefix=$PKGFS_DESTDIR/$pkgname-$version"
|
2008-09-30 05:58:50 +02:00
|
|
|
short_desc="Ruby programming language"
|
|
|
|
maintainer="Daniel Horecki <morr@morr.pl>"
|
|
|
|
checksum=07bf0d6987ba111aed988093c569fb66ba54891b
|
|
|
|
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."
|