wok diff file-tail/receipt @ rev 11656
Up: slitaz-configs (4.5) New syslinux vesamenu.c32 splash image for live CD/USB
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Feb 12 03:00:54 2012 +0100 (2012-02-12) |
parents | |
children | 051931e905b0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/file-tail/receipt Sun Feb 12 03:00:54 2012 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="file-tail" 1.7 +VERSION="1.0.5" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Library to tail files in Ruby" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="ruby spruz" 1.12 +BUILD_DEPENDS="$DEPENDS ruby-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.gem" 1.14 +WEB_SITE="http://rubygems.org/gems/file-tail" 1.15 +WGET_URL="http://rubygems.org/downloads/$TARBALL" 1.16 +COOK_OPT="!repack_src !unpack" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" 1.22 + gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $_pkg/usr $fs 1.29 +}