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

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
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 }