wok rev 15075

imagination: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 16:39:37 2013 +0000 (2013-08-13)
parents c8af0d4f62e9
children 106380bf8153
files imagination/receipt
line diff
     1.1 --- a/imagination/receipt	Tue Aug 13 16:32:16 2013 +0000
     1.2 +++ b/imagination/receipt	Tue Aug 13 16:39:37 2013 +0000
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="lightweight and simple GTK+ DVD slideshow maker"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="gtk+ ffmpeg"
     1.8 -BUILD_DEPENDS="intltool ffmpeg"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://imagination.sourceforge.net/" 
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  TAGS="slideshow photo"
    1.14  
    1.15 +DEPENDS="gtk+ ffmpeg"
    1.16 +BUILD_DEPENDS="intltool ffmpeg gtk+-dev"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20 @@ -27,9 +28,9 @@
    1.21  genpkg_rules()
    1.22  {
    1.23      mkdir -p $fs/usr/lib/$PACKAGE $fs/usr/share/pixmaps
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/lib/$PACKAGE/*.so $fs/usr/lib/$PACKAGE
    1.26 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    1.27 -	cp -a $_pkg/usr/share/icons/hicolor/16x16/apps/* $fs/usr/share/pixmaps
    1.28 +	cp -a $install/usr/bin $fs/usr
    1.29 +	cp -a $install/usr/lib/$PACKAGE/*.so $fs/usr/lib/$PACKAGE
    1.30 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.31 +	cp -a $install/usr/share/icons/hicolor/16x16/apps/* $fs/usr/share/pixmaps
    1.32  	
    1.33  }