wok-current diff rack/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | ad320686d9cd |
children | 20661c276bcf |
line diff
1.1 --- a/rack/receipt Mon Dec 09 20:33:37 2013 +0000 1.2 +++ b/rack/receipt Mon Oct 05 01:10:26 2015 +0300 1.3 @@ -6,9 +6,9 @@ 1.4 SHORT_DESC="Webserver Interface for Ruby" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 LICENSE="MIT" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 +TARBALL="$PACKAGE-$VERSION.gem" 1.9 WEB_SITE="http://rack.rubyforge.org/" 1.10 -WGET_URL="http://chneukirchen.org/releases/$TARBALL" 1.11 +WGET_URL="http://gems.rubyforge.org/gems/$TARBALL" 1.12 COOK_OPT="!repack_src !unpack" 1.13 1.14 DEPENDS="ruby activerecord"