zip: syntax

This commit is contained in:
Tim Biermann 2021-12-14 10:50:55 +01:00
parent da9a2da77a
commit 3ec6d33565
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SBg4Q2I9IunL3EyUeG94nToSsDtySiOZxoqhlUG2hzxS/R/0TvFX5HWd6AHzlyaarQtYgRSo383WWssyPp6xg4=
SHA256 (Pkgfile) = 192a0a2f96c80ee0eb63866959894fc1cbce0fcf000e57e555f08b4931a23393
RWSE3ohX2g5d/ZxjLa+sUKPt03VTqWC0rmAe15fOqe1rpvVUtzfY4pYRWDq0XoQIZbHN9g1RjSaMaVj16E1zwAOiYDKw4mEkQwA=
SHA256 (Pkgfile) = 0875623f40139f7ee56ee79c65ce870901fc85d4cb5b292355dee38cfb8f351c
SHA256 (.footprint) = 7e128e0a910cd361b3d50b36d155016a1e368456fac92d076f1d7b8d6f320d34
SHA256 (zip30.tar.gz) = f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369

View File

@ -1,7 +1,7 @@
# Description: Compression and file packaging/archive utility
# URL: http://infozip.sourceforge.net/Zip.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: bzip2
# URL: http://infozip.sourceforge.net/Zip.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: bzip2
name=zip
version=3.0
@ -9,7 +9,7 @@ release=2
source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz)
build() {
cd ${name}${version//./}
make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic
make -f unix/Makefile INSTALL=install prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
cd ${name}${version//./}
make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic
make -f unix/Makefile INSTALL=install prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
}