font-adobe-utopia-type1: don't forget to run mkfont* stuff.
[pkgfs.git] / templates / ruby.tmpl
blob594fd2603283bb6b617109ab431303fd34a9bf9b
1 # Template build file for 'ruby'.
2 pkgname=ruby
3 version=1.8.7-p72
4 extract_sufx=".tar.bz2"
5 url=ftp://ftp.ruby-lang.org/pub/ruby/1.8
6 build_style=gnu_configure
7 # Override --exec-prefix to install it into the correct location.
8 configure_args="--enable-pthread --enable-shared
9  --exec-prefix=$PKGFS_DESTDIR/$pkgname"
10 short_desc="Ruby programming language"
11 maintainer="Daniel Horecki <morr@morr.pl>"
12 checksum=07bf0d6987ba111aed988093c569fb66ba54891b
13 long_desc="
14  Ruby is the interpreted scripting language for quick and
15  easy object-oriented programming.  It has many features to
16  process text files and to do system management tasks (as in
17  Perl).  It is simple, straight-forward, and extensible."