wok rev 18988

Up: Not necessary depends. Use only busybox.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 05:25:08 2016 -0300 (2016-03-17)
parents 79f504afbb17
children a3555d456be1
files get-community-backgrounds/receipt get-community-backgrounds/stuff/get-community-backgrounds
line diff
     1.1 --- a/get-community-backgrounds/receipt	Thu Mar 17 05:14:19 2016 -0300
     1.2 +++ b/get-community-backgrounds/receipt	Thu Mar 17 05:25:08 2016 -0300
     1.3 @@ -9,8 +9,6 @@
     1.4  WEB_SITE="https://github.com/hackdorte/slitaz-community-backgrounds"
     1.5  TAGS="artwork background wallpaper"
     1.6  
     1.7 -DEPENDS="unzip"
     1.8 -
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
     2.1 --- a/get-community-backgrounds/stuff/get-community-backgrounds	Thu Mar 17 05:14:19 2016 -0300
     2.2 +++ b/get-community-backgrounds/stuff/get-community-backgrounds	Thu Mar 17 05:25:08 2016 -0300
     2.3 @@ -12,7 +12,6 @@
     2.4  LICENSE="BSD"
     2.5  WEB_SITE="https://github.com/hackdorte/slitaz-community-backgrounds"
     2.6  TAGS="artwork background wallpaper"
     2.7 -DEPENDS="unzip"
     2.8  
     2.9  ROOT="$1"
    2.10  [ -d "$ROOT" ] || ROOT=""
    2.11 @@ -43,7 +42,7 @@
    2.12  fi
    2.13  
    2.14  # Unzip Package
    2.15 -unzip $TARBALL
    2.16 +busybox unzip $TARBALL
    2.17  
    2.18  # Building Base
    2.19  mkdir -p $PKGNAME-$VERSION/fs/usr/share/images
    2.20 @@ -62,7 +61,6 @@
    2.21  WEB_SITE="$WEB_SITE"
    2.22  MAINTAINER="$MAINTAINER"
    2.23  TAGS="$TAGS"
    2.24 -DEPENDS="$DEPENDS"
    2.25  
    2.26  EOT
    2.27