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

Add pciids. This is so pciutils doesn't have to download anything.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 07:54:18 2011 +0000 (2011-10-16)
parents 43dc568b06b1
children 205d192370e5
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 }