wok-next view unzip/receipt @ rev 20936

Update cmake
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 24 15:44:57 2018 +0300 (2018-08-24)
parents 762b649a4d73
children f48456621a9d
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://www.info-zip.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/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 }