# HG changeset patch # User Leonardo Laporte # Date 1458203108 10800 # Node ID f671f3a6699dc5c1bfb2da678ea0477a511439ae # Parent 79f504afbb17153c766ddb16cf5d721a391d3748 Up: Not necessary depends. Use only busybox. diff -r 79f504afbb17 -r f671f3a6699d get-community-backgrounds/receipt --- a/get-community-backgrounds/receipt Thu Mar 17 05:14:19 2016 -0300 +++ b/get-community-backgrounds/receipt Thu Mar 17 05:25:08 2016 -0300 @@ -9,8 +9,6 @@ WEB_SITE="https://github.com/hackdorte/slitaz-community-backgrounds" TAGS="artwork background wallpaper" -DEPENDS="unzip" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 79f504afbb17 -r f671f3a6699d get-community-backgrounds/stuff/get-community-backgrounds --- a/get-community-backgrounds/stuff/get-community-backgrounds Thu Mar 17 05:14:19 2016 -0300 +++ b/get-community-backgrounds/stuff/get-community-backgrounds Thu Mar 17 05:25:08 2016 -0300 @@ -12,7 +12,6 @@ LICENSE="BSD" WEB_SITE="https://github.com/hackdorte/slitaz-community-backgrounds" TAGS="artwork background wallpaper" -DEPENDS="unzip" ROOT="$1" [ -d "$ROOT" ] || ROOT="" @@ -43,7 +42,7 @@ fi # Unzip Package -unzip $TARBALL +busybox unzip $TARBALL # Building Base mkdir -p $PKGNAME-$VERSION/fs/usr/share/images @@ -62,7 +61,6 @@ WEB_SITE="$WEB_SITE" MAINTAINER="$MAINTAINER" TAGS="$TAGS" -DEPENDS="$DEPENDS" EOT