wok-next diff kino/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents c9f6fcb6a115
children a086b32bc95d
line diff
     1.1 --- a/kino/receipt	Sun Jun 03 17:54:06 2012 +0200
     1.2 +++ b/kino/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -5,6 +5,13 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Non linear Video editor."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8 +SUGGESTED="lame vorbis-tools mjpegtools dvdauthor"
     1.9 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10 +WEB_SITE="http://www.kinodv.org/"
    1.11 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 +TAGS="video editor"
    1.13 +
    1.14  DEPENDS="gtk+ libglade libdv libraw1394 libavc1394 libsamplerate alsa-lib \
    1.15  libiec61883 xorg-libXv linux-firewire xorg-libXdamage ffmpeg"
    1.16  BUILD_DEPENDS="intltool libdv perl xorg-dev xorg-dev-proto gtk+-dev libglade-dev \
    1.17 @@ -12,11 +19,6 @@
    1.18  libiec61883-dev libxml2-dev bash libpng-dev freetype-dev fontconfig-dev \
    1.19  libiec61883 ffmpeg-dev xorg-libXv libsamplerate util-linux-uuid-dev \
    1.20  alsa-lib xorg-libXext libv4l-dev"
    1.21 -SUGGESTED="lame vorbis-tools mjpegtools dvdauthor"
    1.22 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.23 -WEB_SITE="http://www.kinodv.org/"
    1.24 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.25 -TAGS="video editor"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -33,7 +35,7 @@
    1.30  		--with-libdv-only \
    1.31  		$CONFIGURE_ARGS &&
    1.32  	make &&
    1.33 -	make DESTDIR=$PWD/_pkg install
    1.34 +	make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 @@ -41,12 +43,12 @@
    1.39  {
    1.40  	mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications
    1.41  	cp -a $stuff/kino.desktop $fs/usr/share/applications
    1.42 -	cp -a $_pkg/etc $fs
    1.43 -	cp -a $_pkg/usr/bin $fs/usr
    1.44 -	cp -a $_pkg/usr/lib $fs/usr
    1.45 +	cp -a $install/etc $fs
    1.46 +	cp -a $install/usr/bin $fs/usr
    1.47 +	cp -a $install/usr/lib $fs/usr
    1.48  	rm $fs/usr/lib/kino-gtk2/*.*a
    1.49 -	cp -a $_pkg/usr/share/kino $fs/usr/share
    1.50 -	cp -a $_pkg/usr/share/mime $fs/usr/share
    1.51 +	cp -a $install/usr/share/kino $fs/usr/share
    1.52 +	cp -a $install/usr/share/mime $fs/usr/share
    1.53  
    1.54  	# Remove Help files
    1.55  	rm -rf $fs/usr/share/kino/help