wok-next diff libogg/receipt @ rev 20455

Update alsa
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 01 20:46:32 2018 +0200 (2018-03-01)
parents 8de239b8173f
children 5841522533ec
line diff
     1.1 --- a/libogg/receipt	Mon Jun 19 21:08:59 2017 +0300
     1.2 +++ b/libogg/receipt	Thu Mar 01 20:46:32 2018 +0200
     1.3 @@ -7,26 +7,20 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="BSD"
     1.6  WEB_SITE="http://www.xiph.org/"
     1.7 -HOST_ARCH="i486 arm"
     1.8 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libogg.html"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11  WGET_URL="http://downloads.xiph.org/releases/ogg/$TARBALL"
    1.12  
    1.13  SPLIT="libogg-dev"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 -	./configure \
    1.19 -		--docdir=/usr/share/doc/libogg-$VERSION \
    1.20 -		$CONFIGURE_ARGS &&
    1.21 +compile_rules() {
    1.22 +	./configure $CONFIGURE_ARGS &&
    1.23  	make &&
    1.24 -	make -j1 DESTDIR=$DESTDIR install
    1.25 +	make -j1 install
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 +genpkg_rules() {
    1.32  	case $PACKAGE in
    1.33  		libogg) copy @std;;
    1.34  		*-dev)  copy @dev;;