wok-next view unzip/receipt @ rev 21337

clamav 0.101.1 -> 0.101.2: fixes a few CVEs; new requirement: libcurl
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 14 19:40:43 2019 +0000 (2019-12-14)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="unzip"
4 VERSION="6.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Zip dearchiver"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://infozip.sourceforge.net/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/unzip.html"
12 TARBALL="$PACKAGE${VERSION//./}.tar.gz"
13 WGET_URL="$SF_MIRROR/infozip/$TARBALL"
15 compile_rules() {
16 make -f unix/Makefile generic
17 make -f unix/Makefile \
18 prefix=$install \
19 MANDIR=$install/usr/share/man/man1 \
20 install
21 }
23 genpkg_rules() {
24 copy @std
25 TAGS="archive compression"
26 }