wok diff unzip/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 9e01bc6321ea
children 3705d68ed8f3
line diff
     1.1 --- a/unzip/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/unzip/receipt	Thu Jan 11 13:05:26 2018 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Zip dearchiver."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="other"
     1.7 -TARBALL="unzip60.tar.gz"
     1.8 +TARBALL="$PACKAGE${VERSION//./}.tar.gz"
     1.9  WEB_SITE="http://www.info-zip.org/"
    1.10  WGET_URL="$SF_MIRROR/infozip/$TARBALL"
    1.11  TAGS="archive compression"
    1.12 @@ -14,8 +14,8 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	ln -sf $WOK/$PACKAGE/unzip60 $WOK/$PACKAGE/$PACKAGE-$VERSION
    1.17 -	cd $src
    1.18 +	ln -sf $WOK/$PACKAGE/$PACKAGE${VERSION//./} $WOK/$PACKAGE/$PACKAGE-$VERSION
    1.19 +
    1.20  	make -f unix/Makefile generic
    1.21  	make -f unix/Makefile prefix=$DESTDIR install
    1.22  }