wok rev 2667

libsndfile: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 19 15:00:47 2009 +0200 (2009-04-19)
parents 4c5b551c408e
children cc64280dc6ff
files libsndfile/receipt
line diff
     1.1 --- a/libsndfile/receipt	Sun Apr 19 14:57:12 2009 +0200
     1.2 +++ b/libsndfile/receipt	Sun Apr 19 15:00:47 2009 +0200
     1.3 @@ -9,14 +9,14 @@
     1.4  BUILD_DEPENDS="alsa-lib-dev flac-dev"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.mega-nerd.com/libsndfile/" 
     1.7 -WGET_URL="$WEBSITE/$TARBALL"
     1.8 +WGET_URL="$WEB_SITE/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 -	./configure --prefix=/usr --disable-sqlite
    1.15 -	make
    1.16 +	./configure --prefix=/usr --disable-sqlite &&
    1.17 +	make &&
    1.18  	make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20