wok diff alsa-utils/receipt @ rev 16461

Add scrollz
author Paul Issott <paul@slitaz.org>
date Mon Apr 21 08:54:59 2014 +0100 (2014-04-21)
parents 380ffe05937a
children 7d672a2330b8
line diff
     1.1 --- a/alsa-utils/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/alsa-utils/receipt	Mon Apr 21 08:54:59 2014 +0100
     1.3 @@ -10,6 +10,7 @@
     1.4  WEB_SITE="http://www.alsa-project.org/"
     1.5  WGET_URL="ftp://ftp.alsa-project.org/pub/utils/$TARBALL"
     1.6  CONFIG_FILES="/var/lib/alsa/asound.state"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="alsa-lib ncurses util-linux-getopt"
    1.10  BUILD_DEPENDS="alsa-lib-dev ncurses-dev"
    1.11 @@ -17,11 +18,7 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16  	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		--mandir=/usr/share/man \
    1.20  		--disable-xmlto \
    1.21  		$CONFIGURE_ARGS &&
    1.22  	make &&