public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* cygport creates .gz packages, not .xz
@ 2014-05-08  1:18 Andrew Schulman
  2014-05-08  1:22 ` Andrew Schulman
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Schulman @ 2014-05-08  1:18 UTC (permalink / raw)
  To: cygwin-apps

I'm running cygport 0.15.0-1 in x86_64.  I thought cygport was always
supposed to create .xz packages now, but for some reason for me it's
creating .gz packages.

I have the xz package installed, and /usr/bin/xz works.  My cygport file
is below.  What am I missing?

Thanks, Andrew.

NAME="socat"
VERSION=1.7.2.4
RELEASE=1
CATEGORY="Net"
SUMMARY="Bidirectional data transfer relay"
DESCRIPTION="socat is a relay for bidirectional data transfer between
two
independent data channels. Each channel may be a file, pipe, device
(serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 -
raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a file
descriptor (stdin etc.), the GNU line editor (readline), a program,
or a combination of two of these. These modes include generation of
'listening' sockets, named pipes, and pseudo terminals."
HOMEPAGE="http://www.dest-unreach.org/socat/"
SRC_URI="http://www.dest-unreach.org/socat/download/socat-${VERSION}.tar.gz"
PATCH_URI="
    1.7_struct_pktinfo.patch
"

src_compile ()
{
    cd "${B}"
    cygconf
    cygmake
}

src_install ()
{
    dodir /usr/share/doc/${PN}

    cd "${B}"
    cyginstall

    cd "${D}"
    dosym ../Cygwin/${PN}.README /usr/share/doc/${PN}/README.Cygwin
}

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

* Re: cygport creates .gz packages, not .xz
  2014-05-08  1:18 cygport creates .gz packages, not .xz Andrew Schulman
@ 2014-05-08  1:22 ` Andrew Schulman
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Schulman @ 2014-05-08  1:22 UTC (permalink / raw)
  To: cygwin-apps

> I'm running cygport 0.15.0-1 in x86_64.  I thought cygport was always
> supposed to create .xz packages now, but for some reason for me it's
> creating .gz packages.

Sorry - not true.  Please disregard.  Andrew

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

end of thread, other threads:[~2014-05-08  1:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-08  1:18 cygport creates .gz packages, not .xz Andrew Schulman
2014-05-08  1:22 ` Andrew Schulman

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).