summaryrefslogtreecommitdiffstats
path: root/extra/ruby/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ruby/Pkgfile')
-rw-r--r--extra/ruby/Pkgfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/ruby/Pkgfile b/extra/ruby/Pkgfile
index c91f2be26..e33d9ed12 100644
--- a/extra/ruby/Pkgfile
+++ b/extra/ruby/Pkgfile
@@ -6,18 +6,16 @@
# Run on: tk,p5-tk
name=ruby
-version=1.9.1
-_version=1.9.1-p378
+version=1.9.2
+_version=1.9.2-p136
release=1
-source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/$name-$_version.tar.gz \
- http://nutyx.meticul.eu/files/patchs/$name/openssl-1.0.patch)
+source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/$name-$_version.tar.gz)
build() {
cd $name-$_version
- patch -p1 -i $SRC/openssl-1.0.patch
./configure --prefix=/usr \
--enable-shared \
- --enable-pthread
+ --enable-pthread
make
make DESTDIR=$PKG install
make DESTDIR=$PKG install-doc