wok diff mlt/receipt @ rev 19645

Up slitaz-base-files (322)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 21 16:33:25 2017 +0200 (2017-01-21)
parents b2139a357c5d
children c8285a3d30a2
line diff
     1.1 --- a/mlt/receipt	Fri May 20 19:38:16 2011 +0000
     1.2 +++ b/mlt/receipt	Sat Jan 21 16:33:25 2017 +0200
     1.3 @@ -4,13 +4,15 @@
     1.4  VERSION="0.7.2"
     1.5  CATEGORY="multimedia"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  SHORT_DESC="An open source multimedia framework"
     1.9  WEB_SITE="http://www.mltframework.org"
    1.10 -DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk+ ffmpeg frei0r-plugins"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  TAGS="multimedia"
    1.14  
    1.15 +DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk+ ffmpeg frei0r-plugins"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  
    1.19  compile_rules() {
    1.20 @@ -29,9 +31,8 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib/$PACKAGE $fs/usr/share
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    1.26 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    1.27 -	cp -a $_pkg/usr/lib/$PACKAGE/*so* $fs/usr/lib/$PACKAGE
    1.28 -	
    1.29 +	cp -a $install/usr/bin $fs/usr
    1.30 +	cp -a $install/usr/lib/*so* $fs/usr/lib/
    1.31 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.32 +	cp -a $install/usr/lib/$PACKAGE/*so* $fs/usr/lib/$PACKAGE
    1.33  }