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

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

cygport file attached.  I bumped the version to the latest upstream release, and 
I removed the custom src_compile, since the default src_compile now works (and 
the custom one doesn't, since the tarball no longer includes a configure script).

Ken

[-- Attachment #2: mm-common.cygport --]
[-- Type: text/plain, Size: 393 bytes --]

inherit gnome.org

NAME="mm-common"
VERSION=1.0.0
RELEASE=1
CATEGORY="Devel"
SUMMARY="GNOME C++ bindings build infrastructure"
DESCRIPTION="The mm-common module provides the build infrastructure and
utilities shared among the GNOME C++ binding libraries."

ARCH=noarch

CYGPORT_USE_UNSTABLE_API=1
src_unpack_hook() {
	NOCONFIGURE=1 ./autogen.sh
}

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

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

* Re: [ITA] mm-common
  2020-05-14 18:57 [ITA] mm-common Ken Brown
@ 2020-05-15  1:51 ` Marco Atzeri
  2020-05-15  5:14 ` Yaakov Selkowitz
  1 sibling, 0 replies; 3+ messages in thread
From: Marco Atzeri @ 2020-05-15  1:51 UTC (permalink / raw)
  To: cygwin-apps

Am 14.05.2020 um 20:57 schrieb Ken Brown via Cygwin-apps:
> cygport file attached.  I bumped the version to the latest upstream 
> release, and I removed the custom src_compile, since the default 
> src_compile now works (and the custom one doesn't, since the tarball no 
> longer includes a configure script).
> 
> Ken

changed maintainer

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

* Re: [ITA] mm-common
  2020-05-14 18:57 [ITA] mm-common Ken Brown
  2020-05-15  1:51 ` Marco Atzeri
@ 2020-05-15  5:14 ` Yaakov Selkowitz
  1 sibling, 0 replies; 3+ messages in thread
From: Yaakov Selkowitz @ 2020-05-15  5:14 UTC (permalink / raw)
  To: cygwin-apps

On Thu, 2020-05-14 at 14:57 -0400, Ken Brown via Cygwin-apps wrote:
> cygport file attached.  I bumped the version to the latest upstream release, and 
> I removed the custom src_compile, since the default src_compile now works (and 
> the custom one doesn't, since the tarball no longer includes a configure script).

This is fine, go ahead.

--
Yaakov



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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 18:57 [ITA] mm-common Ken Brown
2020-05-15  1:51 ` Marco Atzeri
2020-05-15  5:14 ` Yaakov Selkowitz

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