[ITA] mm-common
Ken Brown
kbrown@cornell.edu
Thu May 14 18:57:50 GMT 2020
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
-------------- next part --------------
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
}
More information about the Cygwin-apps
mailing list