wok-next view unzip/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
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 }