wok-4.x view ruby-enterprise-doc/receipt @ rev 12347

gnome-vfs: repaired (from unwork state); added gnome-vfs-i18n (optional lang files)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 22 01:17:33 2012 +0000 (2012-10-22)
parents 43dc568b06b1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ruby-enterprise-doc"
4 VERSION="1.8.7-2011.03"
5 CATEGORY="development"
6 SHORT_DESC="Devel file for Ruby (to compile ruby-modules)."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.rubyenterpriseedition.com/"
9 DEPENDS="ruby-enterprise"
10 WANTED="ruby-enterprise"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/ruby/1.8
16 cp -a $install/usr/lib/ruby/1.8/rdoc $fs/usr/lib/ruby/1.8/rdoc
17 }