wok view ruby-dev/receipt @ rev 5478

Fixed acl-dev. Soft link acl.h to /usr/include/sys/acl.h. This is so cups-pam can be build.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 06 01:07:40 2010 +0000 (2010-05-06)
parents 06c5e42bb9f1
children eef31cf06ceb
line source
1 # SliTaz package receipt.
3 PACKAGE="ruby-dev"
4 VERSION="1.9.1-p376"
5 CATEGORY="development"
6 SHORT_DESC="Devel file for Ruby (to compile ruby-modules)."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.ruby-lang.org/"
9 WANTED="ruby"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/ruby/1.8/i486-linux
15 cp -a $_pkg/usr/lib/*.a $fs/usr/lib
16 cp -a $_pkg/usr/lib/ruby/1.8/i486-linux/*.h \
17 $fs/usr/lib/ruby/1.8/i486-linux
18 }