# HG changeset patch # User Pascal Bellard # Date 1306330664 -7200 # Node ID ad7154bf997907a51a91b1a46021fc9027becf8b # Parent 3a37bcf4ef92cea062a0d829f9fe3dbb60565222 imagination: update bdeps diff -r 3a37bcf4ef92 -r ad7154bf9979 imagination/receipt --- a/imagination/receipt Wed May 25 15:34:40 2011 +0200 +++ b/imagination/receipt Wed May 25 15:37:44 2011 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="lightweight and simple GTK+ DVD slideshow maker" MAINTAINER="jozee@slitaz.org" DEPENDS="gtk+ ffmpeg" -BUILD_DEPENDS="intltool" +BUILD_DEPENDS="intltool ffmpeg" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://imagination.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -19,7 +19,7 @@ cd $src ./configure --prefix=/usr && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install }