wok view zip/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 762b649a4d73
children 15650f5d595b
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE${VERSION//./}.tgz"
10 WEB_SITE="http://infozip.sourceforge.net/"
11 WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL"
12 TAGS="archive compression"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make -f unix/Makefile generic_gcc
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/zip $fs/usr/bin
25 cp -a $src/zipcloak $fs/usr/bin
26 cp -a $src/zipnote $fs/usr/bin
27 cp -a $src/zipsplit $fs/usr/bin
28 }