wok-next view zip/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 38cf0c75fa4c
children 7729bf733291
line source
1 # SliTaz package receipt v2.
3 PACKAGE="zip"
4 VERSION="3.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Compressor utilities compatible with the DOS PKZIP"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://www.info-zip.org/"
11 TARBALL="$PACKAGE${VERSION//./}.tgz"
12 WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL"
14 BUILD_DEPENDS="bzip2-dev"
16 compile_rules() {
17 sed -i "s|/usr/local|$install/usr|;
18 s|\$(prefix)/man|\$(prefix)/share/man|" unix/Makefile
20 make -f unix/Makefile generic_gcc &&
21 make -f unix/Makefile install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="bzlib"
27 TAGS="archive compression"
28 }