wok view file-tail/receipt @ rev 14080

udisks: update deps - busybox mount does not understand the -o uhelper=udisks2 spawned by udisks
author ernia <monghitri@aruba.it>
date Fri Feb 22 17:25:25 2013 +0000 (2013-02-22)
parents
children 051931e905b0
line source
1 # SliTaz package receipt.
3 PACKAGE="file-tail"
4 VERSION="1.0.5"
5 CATEGORY="development"
6 SHORT_DESC="Library to tail files in Ruby"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="ruby spruz"
9 BUILD_DEPENDS="$DEPENDS ruby-dev"
10 TARBALL="$PACKAGE-$VERSION.gem"
11 WEB_SITE="http://rubygems.org/gems/file-tail"
12 WGET_URL="http://rubygems.org/downloads/$TARBALL"
13 COOK_OPT="!repack_src !unpack"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
19 gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }