wok diff alsa-utils/receipt @ rev 1603

Add perl-unicode-map
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 19 11:13:51 2008 +0000 (2008-10-19)
parents da22f3822867
children 4da89e6150fe
line diff
     1.1 --- a/alsa-utils/receipt	Tue Jul 15 00:56:17 2008 +0200
     1.2 +++ b/alsa-utils/receipt	Sun Oct 19 11:13:51 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Alsa sound system utilities et config tools."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="alsa-lib"
     1.7 +BUILD_DEPENDS="alsa-lib alsa-lib-dev"
     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/utils/$TARBALL"
    1.11 @@ -15,8 +16,8 @@
    1.12  {
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21