wok diff libmad/receipt @ rev 20723

updated aspell (0.60.6 -> 0.60.6.1)
author Hans-G?nter Theisgen
date Fri Feb 08 16:54:23 2019 +0100 (2019-02-08)
parents 8f447cf2eee5
children ee53899c6189
line diff
     1.1 --- a/libmad/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libmad/receipt	Fri Feb 08 16:54:23 2019 +0100
     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.