wok-next view zip/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 0e7893ac206d
children f48456621a9d
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="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://www.info-zip.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/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="bzlib"
28 TAGS="archive compression"
29 }