wok view ruby-enterprise-doc/receipt @ rev 18545

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents fe1aaf9fa5b9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ruby-enterprise-doc"
4 VERSION="1.8.7-2012.02"
5 CATEGORY="development"
6 SHORT_DESC="Devel file for Ruby (to compile ruby-modules)."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.rubyenterpriseedition.com/"
10 WANTED="ruby-enterprise"
12 DEPENDS="ruby-enterprise"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/ruby/1.8
18 cp -a $install/usr/lib/ruby/1.8/rdoc $fs/usr/lib/ruby/1.8/rdoc
19 }