wok-current rev 21267
updated libogg and libogg-dev (1.3.1 -> 1.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 12 15:22:09 2019 +0100 (2019-04-12) |
parents | eb9e86ea9c0c |
children | 0dc12582ee9f |
files | libogg-dev/receipt libogg/receipt |
line diff
1.1 --- a/libogg-dev/receipt Fri Apr 12 14:38:43 2019 +0100 1.2 +++ b/libogg-dev/receipt Fri Apr 12 15:22:09 2019 +0100 1.3 @@ -1,23 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libogg-dev" 1.7 -VERSION="1.3.1" 1.8 +VERSION="1.3.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="OGG library devel files from Xiph.org project." 1.11 +SHORT_DESC="OGG library, development files from Xiph.org project." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://www.xiph.org/ogg/" 1.15 + 1.16 WANTED="libogg" 1.17 -WEB_SITE="https://www.xiph.org/" 1.18 +DEPENDS="libogg pkg-config" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="libogg pkg-config" 1.23 - 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 - mkdir -p $fs/usr/lib $fs/usr/share 1.28 - cp -a $install/usr/include $fs/usr 1.29 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.30 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 - cp -a $install/usr/share/aclocal $fs/usr/share 1.32 + mkdir -p $fs/usr/lib 1.33 + mkdir -p $fs/usr/share 1.34 + 1.35 + cp -a $install/usr/include $fs/usr 1.36 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.37 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.38 + cp -a $install/usr/share/aclocal $fs/usr/share 1.39 }
2.1 --- a/libogg/receipt Fri Apr 12 14:38:43 2019 +0100 2.2 +++ b/libogg/receipt Fri Apr 12 15:22:09 2019 +0100 2.3 @@ -1,23 +1,25 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libogg" 2.7 -VERSION="1.3.1" 2.8 +VERSION="1.3.3" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="OGG library from Xiph.org project." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="BSD" 2.13 +WEB_SITE="https://www.xiph.org/ogg/" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.16 -WEB_SITE="https://www.xiph.org/" 2.17 WGET_URL="https://downloads.xiph.org/releases/ogg/$TARBALL" 2.18 -HOST_ARCH="i486 arm" 2.19 2.20 DEPENDS="glibc-base" 2.21 2.22 +HOST_ARCH="i486 arm" 2.23 + 2.24 # Rules to configure and make the package. 2.25 compile_rules() 2.26 { 2.27 ./configure $CONFIGURE_ARGS && 2.28 - make && 2.29 + make -j1 && 2.30 make -j1 DESTDIR=$DESTDIR install 2.31 } 2.32 2.33 @@ -27,4 +29,3 @@ 2.34 mkdir -p $fs/usr/lib 2.35 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.36 } 2.37 -