wok-current diff taglib/receipt @ rev 24298

updated taglib and taglib-dev (1.11.1 -> 1.12)
author Hans-G?nter Theisgen
date Sat Jan 15 15:21:20 2022 +0100 (2022-01-15)
parents 0462682e79b7
children ac8ca9758df1
line diff
     1.1 --- a/taglib/receipt	Fri Oct 18 16:46:52 2019 +0100
     1.2 +++ b/taglib/receipt	Sat Jan 15 15:21:20 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="taglib"
     1.7 -VERSION="1.11.1"
     1.8 +VERSION="1.12"
     1.9  CATEGORY="multimedia"
    1.10  TAGS="multimedia music tag"
    1.11  SHORT_DESC="Audio tag library."
    1.12 @@ -24,14 +24,14 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	mkdir build &&
    1.17 -	cd build &&
    1.18 +	mkdir	_build &&
    1.19 +	cd	_build &&
    1.20  	cmake	..				\
    1.21 -		-DCMAKE_INSTALL_PREFIX=/usr	\
    1.22 -		-DCMAKE_BUILD_TYPE=Release	\
    1.23 -		-DBUILD_SHARED_LIBS=ON		\
    1.24 -		-DWITH_MP4=ON			\
    1.25 -		-DWITH_ASF=ON &&
    1.26 +		-D CMAKE_INSTALL_PREFIX=/usr	\
    1.27 +		-D CMAKE_BUILD_TYPE=Release	\
    1.28 +		-D BUILD_SHARED_LIBS=ON		\
    1.29 +		-D WITH_MP4=ON			\
    1.30 +		-D WITH_ASF=ON &&
    1.31  	make VERBOSE=1 &&
    1.32  	make install
    1.33  }
    1.34 @@ -39,6 +39,5 @@
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 -	mkdir -p $fs/usr/lib
    1.39 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.40 +	cook_copy_files	*.so*
    1.41  }