ruby: update to 2.0.0p353.

This commit is contained in:
Juan RP 2013-11-24 08:18:53 +01:00
parent b5ef9c9609
commit 93ed9052fd

View file

@ -1,28 +1,30 @@
# Template build file for 'ruby'. # Template build file for 'ruby'.
pkgname=ruby _ruby_ver=2.0.0
_ruby_ver="2.0.0" _ruby_distpatchver=p353
_ruby_distpatchver="p195"
_ruby_distver="${_ruby_ver}-${_ruby_distpatchver}" _ruby_distver="${_ruby_ver}-${_ruby_distpatchver}"
version=${_ruby_ver}${_ruby_distpatchver}
revision=3 pkgname=ruby
version="${_ruby_ver}${_ruby_distpatchver}"
revision=1
wrksrc="${pkgname}-${_ruby_distver}" wrksrc="${pkgname}-${_ruby_distver}"
build_style=gnu-configure
configure_args="--enable-shared --disable-rpath
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
short_desc="Ruby programming language" short_desc="Ruby programming language"
homepage="http://www.ruby-lang.org/en/" homepage="http://www.ruby-lang.org/en/"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD" license="BSD"
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/2.0/$pkgname-${_ruby_distver}.tar.bz2" distfiles="ftp://ftp.ruby-lang.org/pub/ruby/2.0/$pkgname-${_ruby_distver}.tar.bz2"
checksum=0be32aef7a7ab6e3708cc1d65cd3e0a99fa801597194bbedd5799c11d652eb5b checksum=3de4e4d9aff4682fa4f8ed2b70bd0d746fae17452fc3d3a8e8f505ead9105ad9
long_desc=" long_desc="
Ruby is the interpreted scripting language for quick and easy object Ruby is the interpreted scripting language for quick and easy object
oriented programming. It has many features to process text files and to oriented programming. It has many features to process text files and to
do system management tasks (as in Perl). It is simple, straight-forward do system management tasks (as in Perl). It is simple, straight-forward
and extensible." and extensible."
build_style=gnu-configure
configure_args="--enable-shared --disable-rpath
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
hostmakedepends="pkg-config bison groff doxygen graphviz" hostmakedepends="pkg-config bison groff doxygen graphviz"
makedepends="readline-devel libffi-devel openssl-devel gdbm-devel libyaml-devel pango-devel" makedepends="zlib-devel readline-devel libffi-devel openssl-devel
gdbm-devel libyaml-devel pango-devel"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" ruby>=${version} ruby-rdoc>=${version} ruby-ri>=${version}" hostmakedepends+=" ruby>=${version} ruby-rdoc>=${version} ruby-ri>=${version}"