wok-next view zip/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children d457c4e37c1b
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="devel@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://www.info-zip.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/zip.html"
12 TARBALL="$PACKAGE${VERSION//./}.tar.gz"
13 WGET_URL="$SF_MIRROR/infozip/$TARBALL"
15 BUILD_DEPENDS="bzip2-dev"
17 compile_rules() {
18 sed -i "s|/usr/local|$install/usr|;
19 s|\$(prefix)/man|\$(prefix)/share/man|" unix/Makefile
21 make -f unix/Makefile generic_gcc &&
22 make -f unix/Makefile install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="bzlib"
28 TAGS="archive compression"
29 }