wok diff libogg/receipt @ rev 18649

Up links(2.12), nano(2.4.3), mc(tiny fix)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Nov 30 21:57:53 2015 +0100 (2015-11-30)
parents 8d6f480bf664
children a78610b2eb47
line diff
     1.1 --- a/libogg/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/libogg/receipt	Mon Nov 30 21:57:53 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libogg"
     1.7 -VERSION="1.3.0"
     1.8 +VERSION="1.3.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="OGG library from Xiph.org project."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,16 +9,15 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WEB_SITE="http://www.xiph.org/"
    1.15  WGET_URL="http://downloads.xiph.org/releases/ogg/$TARBALL"
    1.16 +HOST_ARCH="i486 arm"
    1.17  
    1.18  DEPENDS="glibc-base"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.25 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.26 -	make
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29  	make -j1 DESTDIR=$DESTDIR install
    1.30  }
    1.31