wok-6.x diff libid3tag/receipt @ rev 21452
updated mlt and mlt-dev (6.4.1 -> 6.14.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 29 17:16:35 2019 +0100 (2019-04-29) |
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 Apr 29 17:16:35 2019 +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.