wok view openshot/receipt @ rev 7847

Add: weechat v0.3.3(from wok-undigest/weechat)
author Liu Peng <rocky@slitaz.org>
date Tue Dec 28 16:11:28 2010 +0000 (2010-12-28)
parents a0e62af8d860
children 63ab912b3581
line source
1 # SliTaz package receipt.
3 PACKAGE="openshot"
4 VERSION="1.2.2"
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-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev ffmpeg-dev goocanvas-dev"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://launchpad.net/openshot/1.2/$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 }