wok-6.x diff libmad/receipt @ rev 16630
ARM: add setserial
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 11 11:24:26 2014 +0200 (2014-05-11) |
parents | 8f447cf2eee5 |
children | ee53899c6189 |
line diff
1.1 --- a/libmad/receipt Sat Nov 09 20:47:29 2013 +0000 1.2 +++ b/libmad/receipt Sun May 11 11:24:26 2014 +0200 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.