ruby: update to 1.9.3p327.

This commit is contained in:
Juan RP 2012-11-13 11:01:59 +01:00
parent 7b429c0066
commit 852bf60e7f
2 changed files with 8 additions and 9 deletions

View file

@ -1,12 +1,11 @@
# Template file for 'ruby-devel'.
#
depends="ruby"
depends="ruby-${version}_${revision}"
short_desc="ruby development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
vmove usr/include usr

View file

@ -1,21 +1,22 @@
# Template build file for 'ruby'.
pkgname=ruby
_ruby_ver="1.9.3"
_ruby_distpatchver="p194"
_ruby_distpatchver="p327"
_ruby_distver="${_ruby_ver}-${_ruby_distpatchver}"
version=${_ruby_ver}${_ruby_distpatchver}
revision=1
wrksrc="${pkgname}-${_ruby_distver}"
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$pkgname-${_ruby_distver}.tar.bz2"
build_style=gnu-configure
configure_args="--enable-shared --disable-rpath
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
makedepends="pkg-config bison groff doxygen graphviz zlib-devel ncurses-devel readline-devel libffi-devel openssl-devel gdbm-devel libyaml-devel pango-devel"
revision=1
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
makedepends="pkg-config bison groff doxygen graphviz ncurses-devel \
readline-devel libffi-devel openssl-devel gdbm-devel libyaml-devel pango-devel"
short_desc="Ruby programming language"
homepage="http://www.ruby-lang.org/en/"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
checksum=a9d1ea9eaea075c60048369a63b35b3b5a06a30aa214a3d990e0bb71212db8fa
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$pkgname-${_ruby_distver}.tar.bz2"
checksum=d989465242f9b11a8a3aa8cbd2c75a9b3a8c0ec2f14a087a0c7b51abf164e488
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
@ -23,4 +24,3 @@ long_desc="
and extensible."
subpackages="ruby-devel ruby-gems ruby-irb ruby-rdoc ruby-ri"