wok diff libogg/receipt @ rev 25236
updated python-shapely (1.7.0 -> 1.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:41:12 2022 +0100 (2022-07-13) |
parents | bc2b9d9bed6f |
children |
line diff
1.1 --- a/libogg/receipt Sun Mar 06 21:04:14 2022 +0000 1.2 +++ b/libogg/receipt Wed Jul 13 17:41:12 2022 +0100 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 }