diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-14 10:50:55 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-01-10 16:32:27 +0100 |
commit | 3ec6d33565d37e5d2273301c0cc3b5c97d5df3cb (patch) | |
tree | d7a8c2163303f515736501054d49475ef730b889 /zip | |
parent | da9a2da77a60ea3e9aa8853c6d466ca3ecacc44d (diff) | |
download | opt-3ec6d33565d37e5d2273301c0cc3b5c97d5df3cb.tar.gz opt-3ec6d33565d37e5d2273301c0cc3b5c97d5df3cb.tar.xz |
zip: syntax
Diffstat (limited to 'zip')
-rw-r--r-- | zip/.signature | 4 | ||||
-rw-r--r-- | zip/Pkgfile | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/zip/.signature b/zip/.signature index 59255edfb..8d0f1ea07 100644 --- a/zip/.signature +++ b/zip/.signature @@ -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 diff --git a/zip/Pkgfile b/zip/Pkgfile index 6749d32e9..4965aa57d 100644 --- a/zip/Pkgfile +++ b/zip/Pkgfile @@ -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 } |