wok diff alsa-lib/receipt @ rev 16325
Up shaarli
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 10 14:56:55 2014 +0000 (2014-04-10) |
parents | 76b72f1ad63c |
children | 7d672a2330b8 |
line diff
1.1 --- a/alsa-lib/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/alsa-lib/receipt Thu Apr 10 14:56:55 2014 +0000 1.3 @@ -6,15 +6,16 @@ 1.4 SHORT_DESC="Alsa sound libraries." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="LGPL2.1" 1.7 -DEPENDS="linux" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.alsa-project.org/" 1.10 WGET_URL="ftp://ftp.alsa-project.org/pub/lib/$TARBALL" 1.11 +HOST_ARCH="i486 arm" 1.12 + 1.13 +DEPENDS="linux" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - cd $src 1.19 ./configure --disable-python \ 1.20 $CONFIGURE_ARGS && 1.21 make && make -j1 install