wok diff libmad/receipt @ rev 17949

pciids: up (20150414).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 16 02:29:06 2015 +0300 (2015-04-16)
parents 8f447cf2eee5
children ee53899c6189
line diff
     1.1 --- a/libmad/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libmad/receipt	Thu Apr 16 02:29:06 2015 +0300
     1.3 @@ -9,15 +9,14 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.underbit.com/products/mad/"
     1.6  WGET_URL="$SF_MIRROR/mad/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13  	sed -i '/-fforce-mem/d' ./configure
    1.14 -	./configure --prefix=/usr $CONFIGURE_ARGS
    1.15 -	make
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.18 +	make && make DESTDIR=$DESTDIR install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.