wok diff squashfs/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents 79628cb236df
children 051931e905b0
line diff
     1.1 --- a/squashfs/receipt	Thu Mar 03 06:36:12 2011 +0000
     1.2 +++ b/squashfs/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Linux squashfs userland tools."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://$PACKAGE.sourceforge.net/"
     1.9  TARBALL="squashfs$VERSION.tar.gz"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 +
    1.12  DEPENDS="zlib liblzma linux-squashfs"
    1.13  BUILD_DEPENDS="zlib-dev attr-dev liblzma-dev"
    1.14 -PROVIDE="cromfs-or-squashfs"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18 @@ -27,5 +28,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cp -a $_pkg/usr $_pkg/sbin $fs
    1.23 +	cp -a $install/usr $_pkg/sbin $fs
    1.24  }