wok-stable view ruby-enterprise-doc/receipt @ rev 9735

mesa: missing BUILD_DEPENDS (fatal error: Xm/PrimitiveP.h: No such file)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 22:22:33 2011 +0200 (2011-05-09)
parents
children fe1aaf9fa5b9
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 $src/source/_pkg/usr/lib/ruby/1.8/rdoc $fs/usr/lib/ruby/1.8/rdoc
17 }