wok diff libsndfile/receipt @ rev 2813

Qt4-dev update to 4.5.0
author Allan Pinto <allan316@gmail.com>
date Wed Apr 29 10:22:47 2009 +0000 (2009-04-29)
parents 924665453a12
children 583bdd691510
line diff
     1.1 --- a/libsndfile/receipt	Sat Apr 18 17:54:56 2009 +0000
     1.2 +++ b/libsndfile/receipt	Wed Apr 29 10:22:47 2009 +0000
     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