wok diff imagination/receipt @ rev 10943

asterisk: store ilbc sources in src cache (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 29 18:23:58 2011 +0200 (2011-08-29)
parents c871e97fbb65
children b7319995b37e
line diff
     1.1 --- a/imagination/receipt	Tue Feb 22 22:47:26 2011 +0100
     1.2 +++ b/imagination/receipt	Mon Aug 29 18:23:58 2011 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="lightweight and simple GTK+ DVD slideshow maker"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  DEPENDS="gtk+ ffmpeg"
     1.7 -BUILD_DEPENDS="intltool"
     1.8 +BUILD_DEPENDS="intltool ffmpeg"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://imagination.sourceforge.net/" 
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -19,7 +19,7 @@
    1.13     	cd $src
    1.14  	./configure --prefix=/usr &&
    1.15  	make &&
    1.16 -	make DESTDIR=$PWD/_pkg install
    1.17 +	make DESTDIR=$DESTDIR install
    1.18  	
    1.19  }
    1.20