wok-4.x annotate openshot/receipt @ rev 6829
Add openshot: mv from undigest
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Oct 19 21:16:06 2010 -0400 (2010-10-19) |
parents | |
children | 1287971ad829 |
rev | line source |
---|---|
jozee@6829 | 1 # SliTaz package receipt. |
jozee@6829 | 2 |
jozee@6829 | 3 PACKAGE="openshot" |
jozee@6829 | 4 VERSION="1.1.3" |
jozee@6829 | 5 CATEGORY="multimedia" |
jozee@6829 | 6 MAINTAINER="jozee@slitaz.org" |
jozee@6829 | 7 SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework" |
jozee@6829 | 8 WEB_SITE="http://www.openshotvideo.com/" |
jozee@6829 | 9 DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg frei0r-plugins" |
jozee@6829 | 10 SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa" |
jozee@6829 | 11 BUILD_DEPENDS=" mlt mlt-dev librsvg-dev libsdl libsdl-dev frei0r-plugins-dev frei0r-plugins sox sox-dev ffmpeg-svn-dev" |
jozee@6829 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
jozee@6829 | 13 WGET_URL="http://launchpad.net/openshot/1.1/$VERSION/+download/$TARBALL" |
jozee@6829 | 14 TAGS="" |
jozee@6829 | 15 |
jozee@6829 | 16 # Rules to configure and make the package. |
jozee@6829 | 17 |
jozee@6829 | 18 compile_rules() { |
jozee@6829 | 19 |
jozee@6829 | 20 cd $src |
jozee@6829 | 21 python setup.py install --prefix=/usr --root=$PWD/_pkg |
jozee@6829 | 22 |
jozee@6829 | 23 } |
jozee@6829 | 24 |
jozee@6829 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@6829 | 26 genpkg_rules() |
jozee@6829 | 27 { |
jozee@6829 | 28 mkdir -p $fs/usr/share |
jozee@6829 | 29 cp -a $_pkg/usr/bin $fs/usr |
jozee@6829 | 30 cp -a $_pkg/usr/lib $fs/usr |
jozee@6829 | 31 cp -a $_pkg/usr/share/pixmaps $fs/usr/share |
jozee@6829 | 32 cp -a $_pkg/usr/share/mime $fs/usr/share |
jozee@6829 | 33 |
jozee@6829 | 34 } |