wok diff libruby-extras/receipt @ rev 13438
Up: claws-mail-notification (0.30)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Oct 07 01:20:11 2012 +0200 (2012-10-07) |
parents | |
children | 1040bd60b471 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libruby-extras/receipt Sun Oct 07 01:20:11 2012 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libruby-extras" 1.7 +VERSION="1.9.2-p180" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Ruby libraries." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://www.ruby-lang.org/" 1.12 +DEPENDS="libruby" 1.13 +WANTED="ruby" 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/ 1.19 + cp -a $_pkg/usr/lib/ruby $fs/usr/lib 1.20 +}