wok diff libogg/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents bc2b9d9bed6f
children
line diff
     1.1 --- a/libogg/receipt	Sun Mar 06 21:04:14 2022 +0000
     1.2 +++ b/libogg/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libogg"
     1.7 -VERSION="1.3.4"
     1.8 +VERSION="1.3.5"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="OGG library from Xiph.org project."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  WEB_SITE="https://www.xiph.org/ogg/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 -WGET_URL="https://downloads.xiph.org/releases/ogg/$TARBALL"
    1.17 +WGET_URL="https://ftp.osuosl.org/pub/xiph/releases/ogg/$TARBALL"
    1.18  
    1.19  DEPENDS="glibc-base"
    1.20  
    1.21 @@ -27,13 +27,12 @@
    1.22  compile_rules()
    1.23  {
    1.24  	./configure $CONFIGURE_ARGS &&
    1.25 -	make -j1 &&
    1.26 -	make -j1 DESTDIR=$DESTDIR install
    1.27 +	make &&
    1.28 +	make install DESTDIR=$DESTDIR
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs/usr/lib
    1.35 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.36 +	cook_copy_files	*.so*
    1.37  }