wok-current view libruby-extras/receipt @ rev 13754

Set the new kernel as default one in grub & Add 'quiet' as boot option becaus it's the default on fresh hdd install.
author border
date Wed Jan 02 23:24:27 2013 -0500 (2013-01-02)
parents
children 1040bd60b471
line source
1 # SliTaz package receipt.
3 PACKAGE="libruby-extras"
4 VERSION="1.9.2-p180"
5 CATEGORY="development"
6 SHORT_DESC="Ruby libraries."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.ruby-lang.org/"
9 DEPENDS="libruby"
10 WANTED="ruby"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/
16 cp -a $_pkg/usr/lib/ruby $fs/usr/lib
17 }