wok-6.x diff libvorbis/receipt @ rev 22442
vlc: remove these deps -> did not help at all
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Dec 23 15:27:45 2019 +0000 (2019-12-23) |
parents | a78610b2eb47 |
children | 5d79829fa876 |
line diff
1.1 --- a/libvorbis/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/libvorbis/receipt Mon Dec 23 15:27:45 2019 +0000 1.3 @@ -1,25 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libvorbis" 1.7 -VERSION="1.3.3" 1.8 +VERSION="1.3.6" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Vorbis base library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -LICENSE="other" 1.13 +LICENSE="BSD" 1.14 +WEB_SITE="https://www.xiph.org/vorbis/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://www.xiph.org/" 1.18 WGET_URL="https://downloads.xiph.org/releases/vorbis/$TARBALL" 1.19 -HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="libogg" 1.22 BUILD_DEPENDS="libogg-dev" 1.23 1.24 +HOST_ARCH="i486 arm" 1.25 + 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 ./configure \ 1.30 $CONFIGURE_ARGS && 1.31 - make && 1.32 + make -j 1 && 1.33 make DESTDIR=$DESTDIR install 1.34 } 1.35 1.36 @@ -34,4 +36,3 @@ 1.37 1.38 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.39 } 1.40 -