wok-next diff xz/receipt @ rev 14799

Up: xz (5.0.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 13 15:04:42 2013 +0200 (2013-07-13)
parents a7d09b0de20c
children c36ddf77a3fc
line diff
     1.1 --- a/xz/receipt	Thu Jan 10 01:43:19 2013 +0300
     1.2 +++ b/xz/receipt	Sat Jul 13 15:04:42 2013 +0200
     1.3 @@ -1,17 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xz"
     1.7 -VERSION="5.0.4"
     1.8 +VERSION="5.0.5"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="General-purpose data compressor with a high compression ratio."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="PublicDomain LGPL2.1 GPL2 GPL3"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://tukaani.org/xz"
    1.15  WGET_URL="$WEB_SITE/$TARBALL"
    1.16  PROVIDE="lzma"
    1.17  HOST_ARCH="i486 arm x86_64"
    1.18  
    1.19 -DEPENDS=""
    1.20 +DEPENDS="liblzma"
    1.21 +BUILD_DEPENDS=""
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()