public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] zziplib
@ 2020-05-13 18:44 Ken Brown
  2020-05-14  3:10 ` Yaakov Selkowitz
  2020-05-14  5:59 ` Marco Atzeri
  0 siblings, 2 replies; 5+ messages in thread
From: Ken Brown @ 2020-05-13 18:44 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

cygport file attached.  I bumped the version to 0.13.71, the latest upstream 
release.  I also made the following changes to Yaakov's cygport file, in 
addition to a couple of trivial ones:

1. I removed the configure argument --disable-builddir, which is no longer 
needed or supported.

2. I primed the cache so that configure would think I didn't have xmlto 
installed.  The latter failed to produce man files, for reasons I didn't try to 
figure out.

Ken

[-- Attachment #2: zziplib.cygport --]
[-- Type: text/plain, Size: 1118 bytes --]

NAME="zziplib"
VERSION=0.13.71
RELEASE=1
CATEGORY="Archive"
SUMMARY="ZIP file library"
DESCRIPTION="The zziplib library provides read access to zipped files in a
zip-archive, using compression based solely on free algorithms
provided by zlib.  It also provides a functionality to overlay the
archive filesystem with the filesystem of the operating system
environment."
HOMEPAGE="https://github.com/gdraheim/zziplib"
SRC_URI="https://github.com/gdraheim/zziplib/archive/v${VERSION}/${NAME}-v${VERSION}.tar.gz"
PATCH_URI="0.13.62-no-undefined.patch"

BUILD_REQUIRES="zlib-devel zip python3"

PKG_NAMES="${NAME} libzzip0.13 libzzip-devel"
zziplib_SUMMARY="ZIP file utilities"
zziplib_CONTENTS="usr/bin/*.exe usr/share/doc/"
libzzip0_13_CONTENTS="usr/bin/*-0-13.dll"
libzzip_devel_CONTENTS="usr/include/ usr/lib/ usr/share/aclocal/ usr/share/man/"

DIFF_EXCLUDES="test.zip"

# xmlto fails to create man pages for unknown reasons.  Force the
# build to use the supplied dbk2man.py instead.
CYGCONF_ARGS="
	--with-zlib=/usr
	ac_cv_header_windows_h=no
	ac_cv_header_winbase_h=no
	ac_cv_header_winnt_h=no
	ac_cv_path_XMLTO=
"

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-14 12:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 18:44 [ITA] zziplib Ken Brown
2020-05-14  3:10 ` Yaakov Selkowitz
2020-05-14  4:27   ` Brian Inglis
2020-05-14 12:03   ` Ken Brown
2020-05-14  5:59 ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).