Re: [ITA] mm-common

2020-05-14 Thread Yaakov Selkowitz
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




Re: [ITA] mm-common

2020-05-14 Thread Marco Atzeri via 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


[ITA] mm-common

2020-05-14 Thread 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
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
}