85cc462e1d
* Moved helpers, common and triggers dirs into xbps-src, where they belong. * Renamed the templates dir to srcpkgs, it was so redundant before. * Make it possible to add subpkgs with no restriction in names, for example udev now has a subpkgs called "libgudev". Previously subpkgs were named "${sourcepkg}-${pkgname}". * xbps-src: changed to look for template files in current directory. That means that most arguments from the targets have been removed. * xbps-src: added a reinstall target, to remove + install. * xbps-src: do not overwrite binpkgs by default, skip them. And more that I forgot because it's a mega-commit that I've been working for some days already... --HG-- extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
26 lines
981 B
Text
26 lines
981 B
Text
# Template build file for 'ruby'.
|
|
pkgname=ruby
|
|
ruby_ver="1.9.1"
|
|
ruby_distpatchver="p129"
|
|
ruby_distver="${ruby_ver}-${ruby_distpatchver}"
|
|
version=${ruby_ver}${ruby_distpatchver}
|
|
wrksrc="${pkgname}-${ruby_distver}"
|
|
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$pkgname-${ruby_distver}.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--enable-pthread --enable-shared --disable-rpath"
|
|
short_desc="Ruby programming language"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=27b7a8ace1d17cec237020ae9355230b53f8c3875f8d942de903e7d58d14253b
|
|
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."
|
|
|
|
Add_dependency full glibc
|
|
Add_dependency full gdbm
|
|
Add_dependency full openssl
|
|
Add_dependency full zlib
|
|
Add_dependency full readline
|
|
Add_dependency build ncurses
|
|
Add_dependency run ncurses-libs
|