ruby: install into /usr.

--HG--
extra : convert_revision : b52396e2ece2c0f290bcd8eafc2e63c732451000
This commit is contained in:
Juan RP 2008-10-24 18:32:35 +02:00
parent 492d77ec10
commit 3481a931bf

View file

@ -6,7 +6,7 @@ ftp://ftp.ruby-lang.org/pub/ruby/1.8/$pkgname-$version@.tar.bz2"
build_style=gnu_configure
# Override --exec-prefix to install it into the correct location.
configure_args="--enable-pthread --enable-shared
--exec-prefix=$XBPS_DESTDIR/$pkgname-$version"
--exec-prefix=$XBPS_DESTDIR/$pkgname-$version/usr"
short_desc="Ruby programming language"
maintainer="Daniel Horecki <morr@morr.pl>"
checksum=a8f8a28e286dd76747d8e97ea5cfe7a315eb896906ab8c8606d687d9f6f6146e
@ -15,3 +15,5 @@ long_desc="
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."
run_depends="glibc-2.8"