ruby: add readline dependency, fix installation.

--HG--
extra : convert_revision : 3b1b5f12f51262448e65fc8c5b662b811a3d8637
This commit is contained in:
Juan RP 2009-04-19 01:23:01 +02:00
parent 940f8ca8e1
commit d9bca73480
1 changed files with 9 additions and 9 deletions

View File

@ -1,26 +1,26 @@
# Template build file for 'ruby'. # Template build file for 'ruby'.
pkgname=ruby pkgname=ruby
ruby_ver="1.9.1"
ruby_distpatchver="p0" ruby_distpatchver="p0"
ruby_distver="1.9.1-${ruby_distpatchver}" ruby_distver="${ruby_ver}-${ruby_distpatchver}"
version=1.9.1${ruby_distpatchver} version=${ruby_ver}${ruby_distpatchver}
wrksrc="${pkgname}-${ruby_distver}" wrksrc="${pkgname}-${ruby_distver}"
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$pkgname-${ruby_distver}.tar.gz" distfiles="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$pkgname-${ruby_distver}.tar.gz"
build_style=gnu_configure build_style=gnu_configure
# Override --exec-prefix to install it into the correct location. configure_args="--enable-pthread --enable-shared --disable-rpath"
configure_args="--enable-pthread --enable-shared --disable-rpath
--exec-prefix=$XBPS_DESTDIR/$pkgname-$version/usr"
short_desc="Ruby programming language" short_desc="Ruby programming language"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a5485951823c8c22ddf6100fc9e10c7bfc85fb5a4483844033cee0fad9e292cc checksum=a5485951823c8c22ddf6100fc9e10c7bfc85fb5a4483844033cee0fad9e292cc
long_desc=" long_desc="
Ruby is the interpreted scripting language for quick and Ruby is the interpreted scripting language for quick and easy object
easy object-oriented programming. It has many features to oriented programming. It has many features to process text files and to
process text files and to do system management tasks (as in do system management tasks (as in Perl). It is simple, straight-forward
Perl). It is simple, straight-forward, and extensible." and extensible."
Add_dependency full glibc Add_dependency full glibc
Add_dependency full gdbm Add_dependency full gdbm
Add_dependency full openssl Add_dependency full openssl
Add_dependency full zlib Add_dependency full zlib
Add_dependency full readline
Add_dependency build ncurses Add_dependency build ncurses
Add_dependency run ncurses-libs Add_dependency run ncurses-libs