diff --git a/dev-cpp/mm_common/mm_common-0.9.10.recipe b/dev-cpp/mm_common/mm_common-0.9.10.recipe new file mode 100644 index 000000000..ddec755ca --- /dev/null +++ b/dev-cpp/mm_common/mm_common-0.9.10.recipe @@ -0,0 +1,49 @@ +SUMMARY="Module for the GNOME C++ bindings effort" +DESCRIPTION="The mm-common module provides the build infrastructure and \ +utilities shared among the GNOME C++ binding libraries. It is only a \ +required dependency for building the C++ bindings from the gnome.org \ +version control repository. An installation of mm-common is not required for \ +building tarball releases, unless configured to use maintainer-mode." +HOMEPAGE="http://www.gtkmm.org/" +COPYRIGHT="2009 Openismus GmbH" +LICENSE="GNU GPL v2" +REVISION="1" +SOURCE_URI="http://ftp.acc.umu.se/pub/GNOME/sources/mm-common/0.9/mm-common-$portVersion.tar.xz" +CHECKSUM_SHA256="16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217" +SOURCE_DIR="mm-common-$portVersion" + +ARCHITECTURES="x86_gcc2 x86 x86_64" + +PROVIDES=" + mm_common = $portVersion + cmd:mm_common_prepare + " +REQUIRES=" + haiku + lib:libcurl + " + +BUILD_REQUIRES=" + haiku_devel + devel:libcurl + " +BUILD_PREREQUIRES=" + cmd:aclocal + cmd:autoconf + cmd:gcc + cmd:make + cmd:wget + " + +BUILD() +{ + autoreconf -vfi + runConfigure ./configure + make $jobArgs +} + +INSTALL() +{ + make install +} + diff --git a/dev-cpp/mm_common/mm_common-0.9.2.recipe b/dev-cpp/mm_common/mm_common-0.9.2.recipe deleted file mode 100644 index 49f888c3f..000000000 --- a/dev-cpp/mm_common/mm_common-0.9.2.recipe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings." -HOMEPAGE="http://www.gtkmm.org/" -SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9/mm-common-0.9.2.tar.gz" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -CHECKSUM_MD5="87dedc889b8d642b616813f23ed8c9f9" -BUILD() -{ - cd mm-common-0.9.2 - autoreconf --force --install --verbose - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd mm-common-0.9.2 - make install -} - -LICENSE="GNU GPL v2" -COPYRIGHT="2009 Openismus GmbH"