# HG changeset patch # User Hans-G?nter Theisgen # Date 1556628953 -3600 # Node ID 6796b09294f1cf076f3ade6e956623c9ebc5ec50 # Parent 31d5564e5f6b73db851e9650b4e60c75a038e5ba updated mm-common (0.9.4 -> 0.9.12) diff -r 31d5564e5f6b -r 6796b09294f1 mm-common/receipt --- a/mm-common/receipt Tue Apr 30 13:44:31 2019 +0100 +++ b/mm-common/receipt Tue Apr 30 13:55:53 2019 +0100 @@ -1,20 +1,22 @@ # SliTaz package receipt. PACKAGE="mm-common" -VERSION="0.9.4" +VERSION="0.9.12" CATEGORY="development" -SHORT_DESC="Common build files of the C++ bindings" +SHORT_DESC="Common build files of the C++ bindings." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://gtkmm.org" +WEB_SITE="https://www.gtkmm.org/" + +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr && make && make install + ./configure --prefix=/usr && + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -23,4 +25,3 @@ mkdir -p $fs cp -a $install/usr $fs } -