void-packages/srcpkgs/ruby/template

27 lines
1.1 KiB
Text
Raw Normal View History

# Template build file for 'ruby'.
pkgname=ruby
2011-11-17 16:15:10 +00:00
_ruby_ver="1.9.3"
2012-04-28 13:48:28 +00:00
_ruby_distpatchver="p194"
_ruby_distver="${_ruby_ver}-${_ruby_distpatchver}"
version=${_ruby_ver}${_ruby_distpatchver}
wrksrc="${pkgname}-${_ruby_distver}"
2011-11-17 16:15:10 +00:00
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$pkgname-${_ruby_distver}.tar.bz2"
build_style=gnu-configure
2011-11-17 16:15:10 +00:00
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
short_desc="Ruby programming language"
2012-02-28 23:26:25 +00:00
homepage="http://www.ruby-lang.org/en/"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-02-28 23:26:25 +00:00
license="BSD"
2012-04-28 13:48:28 +00:00
checksum=a9d1ea9eaea075c60048369a63b35b3b5a06a30aa214a3d990e0bb71212db8fa
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."
subpackages="ruby-devel ruby-gems ruby-irb ruby-rdoc ruby-ri"