wok-4.x diff activesupport/receipt @ rev 10424
xalan-c: Replaced $BUILD_HOST with $HOST_SYSTEM.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 13:48:58 2011 +0000 (2011-05-24) |
parents | |
children | 25876cc3b5fc |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/activesupport/receipt Tue May 24 13:48:58 2011 +0000 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="activesupport" 1.7 +VERSION="3.0.7" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Database tables mapping to Ruby classes" 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://rubygems.org/gems/activesupport" 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 +} 1.30 \ No newline at end of file