wok-6.x diff libsndfile/receipt @ rev 2795

Add Dillo - Light Web browse (~300 kb)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 28 15:38:14 2009 +0200 (2009-04-28)
parents 924665453a12
children 583bdd691510
line diff
     1.1 --- a/libsndfile/receipt	Sat Apr 18 17:54:56 2009 +0000
     1.2 +++ b/libsndfile/receipt	Tue Apr 28 15:38:14 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