wok-next diff zip/receipt @ rev 19844

sakura -> sakura-gtk2; vte -> vte-gtk2; add sakura, vte; up gtk-engines, lxde, wpa_supplicant.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 25 15:45:11 2017 +0300 (2017-08-25)
parents 762b649a4d73
children 0e7893ac206d
line diff
     1.1 --- a/zip/receipt	Wed Mar 23 11:51:37 2016 +0200
     1.2 +++ b/zip/receipt	Fri Aug 25 15:45:11 2017 +0300
     1.3 @@ -1,28 +1,32 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="zip"
     1.8  VERSION="3.0"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Compressor utilities compatible with the DOS PKZIP."
    1.11 +SHORT_DESC="Compressor utilities compatible with the DOS PKZIP"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="other"
    1.14 +WEB_SITE="http://www.info-zip.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE${VERSION//./}.tgz"
    1.17 -WEB_SITE="http://www.info-zip.org/"
    1.18  WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL"
    1.19 -TAGS="archive compression"
    1.20 +
    1.21 +BUILD_DEPENDS="bzip2-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	make -f unix/Makefile generic_gcc
    1.27 +	sed -i "s|/usr/local|$install/usr|;
    1.28 +			s|\$(prefix)/man|\$(prefix)/share/man|" unix/Makefile
    1.29 +
    1.30 +	make -f unix/Makefile generic_gcc &&
    1.31 +	make -f unix/Makefile install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	mkdir -p $fs/usr/bin
    1.38 -	cp -a $src/zip $fs/usr/bin
    1.39 -	cp -a $src/zipcloak $fs/usr/bin
    1.40 -	cp -a $src/zipnote $fs/usr/bin
    1.41 -	cp -a $src/zipsplit $fs/usr/bin
    1.42 +	copy @std
    1.43 +	DEPENDS="bzlib"
    1.44 +	TAGS="archive compression"
    1.45  }