wok rev 21462
updated mm-common (0.9.4 -> 0.9.12)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 30 13:55:53 2019 +0100 (2019-04-30) |
parents | 31d5564e5f6b |
children | 8f7d3860b66a |
files | mm-common/receipt |
line diff
1.1 --- a/mm-common/receipt Tue Apr 30 13:44:31 2019 +0100 1.2 +++ b/mm-common/receipt Tue Apr 30 13:55:53 2019 +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 -