wok-next diff lzip/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents 8752c40cc534
children 02bbaa9d12ba
line diff
     1.1 --- a/lzip/receipt	Sun Feb 28 16:17:14 2010 +0100
     1.2 +++ b/lzip/receipt	Fri Oct 22 22:36:22 2010 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lzip"
     1.7 -VERSION="1.8"
     1.8 +VERSION="1.11"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="LZMA compressor"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12  DEPENDS="gcc-lib-base"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.nongnu.org/lzip/lzip.html"
    1.15 -WGET_URL="http://mirrors.linhub.com/savannah/lzip/$TARBALL"
    1.16 +WGET_URL="http://download.savannah.gnu.org/releases/lzip/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()