wok diff mm-common/receipt @ rev 23097
updated libqwt5-qt4 and libqwt5-qt4-dev (5.2.0 -> 5.2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 12 06:52:43 2020 +0100 (2020-03-12) |
parents | 6e8b1bcb30e2 |
children | 4979282c4442 |
line diff
1.1 --- a/mm-common/receipt Thu Jan 24 11:33:03 2019 +0100 1.2 +++ b/mm-common/receipt Thu Mar 12 06:52:43 2020 +0100 1.3 @@ -1,20 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mm-common" 1.7 -VERSION="0.9.4" 1.8 +VERSION="0.9.12" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Common build files of the C++ bindings" 1.11 +SHORT_DESC="Common build files of the C++ bindings." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="GPL2" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 -WEB_SITE="https://gtkmm.org" 1.16 +WEB_SITE="https://www.gtkmm.org/" 1.17 + 1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.19 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 - ./configure --prefix=/usr && make && make install 1.26 + ./configure --prefix=/usr && 1.27 + make -j 1 && 1.28 + make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 @@ -23,4 +25,3 @@ 1.33 mkdir -p $fs 1.34 cp -a $install/usr $fs 1.35 } 1.36 -