wok-next diff libid3tag/receipt @ rev 18561
Add more icons: make-slitaz-icons, slitaz-icons-faenza, slitaz-icons-faenza-dark
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Nov 08 21:43:05 2015 +0200 (2015-11-08) |
parents | 8f447cf2eee5 |
children | daa754d4b004 |
line diff
1.1 --- a/libid3tag/receipt Sat Nov 09 20:47:29 2013 +0000 1.2 +++ b/libid3tag/receipt Sun Nov 08 21:43:05 2015 +0200 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.