wok-next view zip/receipt @ rev 20629
Up aalib, babl, exiv2, fontconfig, gnome-themes-standard, json-glib, mousepad
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 26 21:51:47 2018 +0300 (2018-04-26) |
parents | 38cf0c75fa4c |
children | 7729bf733291 |
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/"
11 TARBALL="$PACKAGE${VERSION//./}.tgz"
12 WGET_URL="ftp://ftp.info-zip.org/pub/infozip/src/$TARBALL"
14 BUILD_DEPENDS="bzip2-dev"
16 compile_rules() {
17 sed -i "s|/usr/local|$install/usr|;
18 s|\$(prefix)/man|\$(prefix)/share/man|" unix/Makefile
20 make -f unix/Makefile generic_gcc &&
21 make -f unix/Makefile install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="bzlib"
27 TAGS="archive compression"
28 }