wok diff libogg/receipt @ rev 21460

syslinux/iso2exe/init: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 30 12:41:40 2019 +0200 (2019-04-30)
parents a78610b2eb47
children ff6a72a8721a
line diff
     1.1 --- a/libogg/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/libogg/receipt	Tue Apr 30 12:41:40 2019 +0200
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libogg"
     1.7 -VERSION="1.3.1"
     1.8 +VERSION="1.3.3"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="OGG library from Xiph.org project."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="https://www.xiph.org/ogg/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 -WEB_SITE="https://www.xiph.org/"
    1.17  WGET_URL="https://downloads.xiph.org/releases/ogg/$TARBALL"
    1.18 -HOST_ARCH="i486 arm"
    1.19  
    1.20  DEPENDS="glibc-base"
    1.21  
    1.22 +HOST_ARCH="i486 arm"
    1.23 +
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	./configure $CONFIGURE_ARGS &&
    1.28 -	make &&
    1.29 +	make -j1 &&
    1.30  	make -j1 DESTDIR=$DESTDIR install
    1.31  }
    1.32  
    1.33 @@ -27,4 +29,3 @@
    1.34  	mkdir -p $fs/usr/lib
    1.35  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.36  }
    1.37 -