Sync unzip and its helper with latest code.
--HG-- extra : convert_revision : a2ea9f303afba4d3838a39b6908d134245b1fb01
This commit is contained in:
@@ -3,16 +3,13 @@ pkgname=unzip
|
||||
version=5.52
|
||||
wrksrc=$pkgname-$version
|
||||
patch_files=$pkgname-fix-unzipsfx.diff
|
||||
distfiles="
|
||||
ftp://ftp.info-zip.org/pub/infozip/src/unzip552@.tgz"
|
||||
distfiles="ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tgz"
|
||||
build_style=gnu_makefile
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
CFLAGS="-I. -DUNIX -Dunix -DUSE_UNSHRINK"
|
||||
make_build_args="-f unix/Makefile"
|
||||
make_build_target="generic_zlib unzipsfx"
|
||||
short_desc="List, test and extract compressed files in a ZIP archive"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=b749b0923bc4cceaa6f937aef688e9713a84328c
|
||||
checksum=145d95e2ef1ef9add2e3c97d1340907e33ab8749eb1235372e7f0b7af600a8e9
|
||||
long_desc="
|
||||
Unzip will list, test, or extract files from a ZIP archive, commonly
|
||||
found on MS-DOS systems. The default behavior (with no options) is to
|
||||
@@ -36,3 +33,5 @@ long_desc="
|
||||
Instead of taking its first non-flag argument to be the zipfile(s) to
|
||||
be extracted, unzipsfx seeks itself under the name by which it was
|
||||
invoked and tests or extracts the contents of the appended archive."
|
||||
|
||||
run_depends="glibc-2.8"
|
||||
|
||||
Reference in New Issue
Block a user