wok rev 24912

updated mm-common (1.0.0 -> 1.0.4)
author Hans-G?nter Theisgen
date Sat Apr 09 15:43:43 2022 +0100 (2022-04-09)
parents 78e3410d2fa2
children 2827ccaf9f63
files mm-common/description.txt mm-common/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mm-common/description.txt	Sat Apr 09 15:43:43 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +The mm-common module provides the build infrastructure and utilities
     1.5 +shared among the GNOME C++ binding libraries.  It is only a required
     1.6 +dependency for building the C++ bindings from the gnome.org version
     1.7 +control repository.  An installation of mm-common is not required for
     1.8 +building tarball releases, unless configured to use maintainer-mode.
     1.9 +
    1.10 +Release archives of mm-common include the Doxygen tag file for the
    1.11 +GNU C++ Library reference documentation.  It is covered by the same
    1.12 +licence as the source code it was extracted from.
     2.1 --- a/mm-common/receipt	Sat Apr 09 15:36:09 2022 +0100
     2.2 +++ b/mm-common/receipt	Sat Apr 09 15:43:43 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="mm-common"
     2.7 -VERSION="1.0.0"
     2.8 +VERSION="1.0.4"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Common build files of the C++ bindings."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 @@ -31,6 +31,5 @@
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.14  genpkg_rules()
    2.15  {
    2.16 -	mkdir -p $fs
    2.17 -	cp -a $install/usr	$fs
    2.18 +	cook_copy_folders	usr
    2.19  }