wok-next annotate zip/receipt @ rev 21345
updated drbd-utils (9.11.0 -> 9.12.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 09 13:26:29 2020 +0100 (2020-04-09) |
parents | d457c4e37c1b |
children |
rev | line source |
---|---|
al@19835 | 1 # SliTaz package receipt v2. |
pankso@11 | 2 |
pankso@11 | 3 PACKAGE="zip" |
slaxemulator@7190 | 4 VERSION="3.0" |
pankso@211 | 5 CATEGORY="utilities" |
al@19835 | 6 SHORT_DESC="Compressor utilities compatible with the DOS PKZIP" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15361 | 8 LICENSE="other" |
al@21041 | 9 WEB_SITE="http://infozip.sourceforge.net/" |
al@21017 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/zip.html" |
al@19835 | 11 |
al@20645 | 12 TARBALL="$PACKAGE${VERSION//./}.tar.gz" |
al@20645 | 13 WGET_URL="$SF_MIRROR/infozip/$TARBALL" |
al@19835 | 14 |
al@19835 | 15 BUILD_DEPENDS="bzip2-dev" |
pankso@11 | 16 |
al@20443 | 17 compile_rules() { |
al@19835 | 18 sed -i "s|/usr/local|$install/usr|; |
al@19835 | 19 s|\$(prefix)/man|\$(prefix)/share/man|" unix/Makefile |
al@19835 | 20 |
al@19835 | 21 make -f unix/Makefile generic_gcc && |
al@19835 | 22 make -f unix/Makefile install |
pankso@11 | 23 } |
pankso@11 | 24 |
al@20443 | 25 genpkg_rules() { |
al@19835 | 26 copy @std |
al@21105 | 27 DEPENDS="libbzip2" |
al@19835 | 28 TAGS="archive compression" |
pankso@11 | 29 } |