wok diff mlt-python-bindings/receipt @ rev 15097

stjerm-terminal: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 11:54:46 2013 +0000 (2013-08-14)
parents c88f3f554ef5
children 34178a787624
line diff
     1.1 --- a/mlt-python-bindings/receipt	Fri May 20 19:39:10 2011 +0000
     1.2 +++ b/mlt-python-bindings/receipt	Wed Aug 14 11:54:46 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  SOURCE="mlt"
     1.5  CATEGORY="multimedia"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  SHORT_DESC="python bindings for MLT multimedia framework"
     1.9  WEB_SITE="http://www.mltframework.org"
    1.10 -DEPENDS="python mlt"
    1.11 -BUILD_DEPENDS="swig"
    1.12  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13  WGET_URL="$SF_MIRROR/mlt/$TARBALL"
    1.14  
    1.15 +DEPENDS="python mlt"
    1.16 +BUILD_DEPENDS="swig python-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules() 
    1.20  {
    1.21 @@ -29,5 +31,5 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr
    1.25 -	cp -a $_pkg/usr/lib $fs/usr
    1.26 +	cp -a $install/usr/lib $fs/usr
    1.27  }