wok diff mpg123/receipt @ rev 1413

Add WEB_SITE for libedit-dev nomad pygobject pygobject-dev xpat2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 25 08:02:56 2008 +0000 (2008-09-25)
parents 8086d3586b5f
children cde7fa93f1d6
line diff
     1.1 --- a/mpg123/receipt	Fri May 16 08:36:59 2008 +0000
     1.2 +++ b/mpg123/receipt	Thu Sep 25 08:02:56 2008 +0000
     1.3 @@ -1,11 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mpg123"
     1.7 -VERSION="1.4.2"
     1.8 +VERSION="1.4.3"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Command line audi player and streamer"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="alsa-lib"
    1.13 +BUILD_DEPENDS="alsa-lib-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.mpg123.de/"
    1.16  WGET_URL="http://www.mpg123.de/download/$TARBALL"
    1.17 @@ -18,6 +19,9 @@
    1.18  	./configure \
    1.19  		--prefix=/usr \
    1.20  		--mandir=/usr/share/man \
    1.21 +		--with-audio=alsa \
    1.22 +		--with-default-audio=alsa \
    1.23 +		--with-seektable=0 \
    1.24  		$CONFIGURE_ARGS
    1.25  	make
    1.26  	make DESTDIR=$PWD/_pkg install