wok diff libid3tag/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents 8f447cf2eee5
children 370da83187ab
line diff
     1.1 --- a/libid3tag/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libid3tag/receipt	Mon Mar 05 15:52:59 2018 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.underbit.com/products/mad/"
     1.6  WGET_URL="http://downloads.sourceforge.net/mad/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="zlib"
    1.10  BUILD_DEPENDS="zlib-dev"
    1.11 @@ -16,10 +17,8 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -	./configure --prefix=/usr $CONFIGURE_ARGS
    1.17 -	make
    1.18 -	make DESTDIR=$DESTDIR install
    1.19 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.20 +	make && make DESTDIR=$DESTDIR install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.