wok-current diff ruby-dev/receipt @ rev 5525
Up: pngcrush (1.7.10)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue May 11 11:17:51 2010 +0000 (2010-05-11) |
parents | 23d3476e3cf7 |
children | 8f21931904cc |
line diff
1.1 --- a/ruby-dev/receipt Wed May 05 17:26:25 2010 +0200 1.2 +++ b/ruby-dev/receipt Tue May 11 11:17:51 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ruby-dev" 1.7 -VERSION="1.9.1-p376" 1.8 +VERSION="1.9.1-p378" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Devel file for Ruby (to compile ruby-modules)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -11,8 +11,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib/ruby/1.8/i486-linux 1.17 + mkdir -p $fs/usr/lib/ruby/1.9.1/i486-linux 1.18 cp -a $_pkg/usr/lib/*.a $fs/usr/lib 1.19 - cp -a $_pkg/usr/lib/ruby/1.8/i486-linux/*.h \ 1.20 - $fs/usr/lib/ruby/1.8/i486-linux 1.21 + cp -a $_pkg/usr/lib/ruby/1.9.1/i486-linux/*.h \ 1.22 + $fs/usr/lib/ruby/1.9.1/i486-linux 1.23 }