wok view openshot/receipt @ rev 6894

Fixed copying openjdk to source. Now it can be fully offline now. This good for source dvd.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 21 03:32:00 2010 +0000 (2010-10-21)
parents
children 1287971ad829
line source
1 # SliTaz package receipt.
3 PACKAGE="openshot"
4 VERSION="1.1.3"
5 CATEGORY="multimedia"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework"
8 WEB_SITE="http://www.openshotvideo.com/"
9 DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg frei0r-plugins"
10 SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa"
11 BUILD_DEPENDS=" mlt mlt-dev librsvg-dev libsdl libsdl-dev frei0r-plugins-dev frei0r-plugins sox sox-dev ffmpeg-svn-dev"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://launchpad.net/openshot/1.1/$VERSION/+download/$TARBALL"
14 TAGS=""
16 # Rules to configure and make the package.
18 compile_rules() {
20 cd $src
21 python setup.py install --prefix=/usr --root=$PWD/_pkg
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $_pkg/usr/lib $fs/usr
31 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
32 cp -a $_pkg/usr/share/mime $fs/usr/share
34 }