wok-stable rev 10508
imagination: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 15:37:44 2011 +0200 (2011-05-25) |
parents | 3a37bcf4ef92 |
children | c5465927b7c1 |
files | imagination/receipt |
line diff
1.1 --- a/imagination/receipt Wed May 25 15:34:40 2011 +0200 1.2 +++ b/imagination/receipt Wed May 25 15:37:44 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