wok diff ruby-enterprise-doc/receipt @ rev 9789

Add: joe (text editor) - Package made by Daniele Guerrieri
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 13 13:32:39 2011 +0200 (2011-05-13)
parents
children fe1aaf9fa5b9
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ruby-enterprise-doc/receipt	Fri May 13 13:32:39 2011 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ruby-enterprise-doc"
     1.7 +VERSION="1.8.7-2011.03"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Devel file for Ruby (to compile ruby-modules)."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +WEB_SITE="http://www.rubyenterpriseedition.com/"
    1.12 +DEPENDS="ruby-enterprise"
    1.13 +WANTED="ruby-enterprise"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib/ruby/1.8
    1.19 +	cp -a $src/source/_pkg/usr/lib/ruby/1.8/rdoc $fs/usr/lib/ruby/1.8/rdoc
    1.20 +}