wok-next view zip/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d457c4e37c1b
children
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://infozip.sourceforge.net/"
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="libbzip2"
28 TAGS="archive compression"
29 }