wok diff libsndfile/receipt @ rev 25335
updated libhtp and libhtp-dev (0.5.39 -> 0.5.40)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 17:39:36 2022 +0100 (2022-07-23) |
parents | 83b97236db32 |
children | 5db546345599 |
line diff
1.1 --- a/libsndfile/receipt Sat Feb 12 11:42:56 2022 +0000 1.2 +++ b/libsndfile/receipt Sat Jul 23 17:39:36 2022 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsndfile" 1.7 -VERSION="1.0.28" 1.8 +VERSION="1.0.31" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="A C library for reading and writing files containing sampled sound." 1.11 MAINTAINER="jozee@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -WEB_SITE="http://www.mega-nerd.com/libsndfile/" 1.14 +WEB_SITE="https://libsndfile.github.io/libsndfile/" 1.15 1.16 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="$WEB_SITE/files/$TARBALL" 1.18 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$VERSION/$TARBALL" 1.20 1.21 DEPENDS="alsa-lib libvorbis" 1.22 BUILD_DEPENDS="alsa-lib-dev libvorbis-dev" 1.23 @@ -40,13 +40,12 @@ 1.24 --prefix=/usr \ 1.25 --disable-sqlite \ 1.26 $CONFIGURE_ARGS && 1.27 - make -j 1 && 1.28 - make DESTDIR=$DESTDIR install 1.29 + make && 1.30 + make install DESTDIR=$DESTDIR 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 genpkg_rules() 1.35 { 1.36 - mkdir -p $fs/usr/lib 1.37 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.38 + cook_copy_files *.so* 1.39 }