smlinux/base/zip/zip.SMBuild
PktSurf 8447f126af Renamed base/fuse to base/fuse2
Discarded code for copying Changelog in base/acpid
Upgraded base/attr to 2.5.1
Replaced CFLAGS with LDFLAGS for static linking in base/coreutils
Removed code that stripped static archive in base/curl
Removed -L/lib flag in LDFLAGS in base/e2fsprogs and partly fixed make install line
Fixed subshell code order in base/file
Disabled compile tests in base/fmt
base/fuse2 's init script path is now passed to configure to remove any need for post compile path and directory fixes
Fixed hardcoded init path in base/fuse3 and removed related unnecessary code
Disabled static lib generation in base/gmp
Base/gpgme now only builds for predefined languages
Rewrote entire build code in base/tree
Partly rewrote build code in base/zip
2023-03-30 10:14:41 +05:30

31 lines
700 B
Text
Executable file

app=zip
version=30
build=2sml
homepage="http://www.info-zip.org/Zip.html"
download="https://downloads.sourceforge.net/infozip/zip$version.tar.gz"
desc="Compression and file packaging utility"
requires="bzip2"
prepbuilddir() {
mkandenterbuilddir
rm -rf "$app$version"
tar xf $srcdir/$app$version.tar.?z
cd "$app$version"
fixbuilddirpermissions
}
build() {
make -f unix/Makefile generic_gcc \
CFLAGS="$CFLAGS"
make prefix="$pkg" -f unix/Makefile install MANDIR="$pkg/share/man/man1"
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
d2a0bcb3421dfcb205ec656be6d31a61ac59a4d093ee6e2edac5242a4557369cf140fd0040e89281cd90e4d00f04b42cb3a23fb9fd45df4a1efde6040c4035fe zip30.tar.lz
"