wok diff rake/receipt @ rev 12530

Up: xorg-xf86-video-* (Update all Xorg video drivers)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 10:44:52 2012 +0200 (2012-04-25)
parents
children 051931e905b0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rake/receipt	Wed Apr 25 10:44:52 2012 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="rake"
     1.7 +VERSION="0.8.7"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Make-like program implemented in Ruby."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="ruby"
    1.12 +BUILD_DEPENDS="ruby-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.gem"
    1.14 +WEB_SITE="http://rake.rubyforge.org/"
    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 +}