wok annotate openshot/receipt @ rev 7951
Up: wireshark to 1.4.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 15 14:36:20 2011 +0000 (2011-01-15) |
parents | a0e62af8d860 |
children | 63ab912b3581 |
rev | line source |
---|---|
jozee@6829 | 1 # SliTaz package receipt. |
jozee@6829 | 2 |
jozee@6829 | 3 PACKAGE="openshot" |
slaxemulator@6910 | 4 VERSION="1.2.2" |
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" |
slaxemulator@6910 | 11 BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev ffmpeg-dev goocanvas-dev" |
jozee@6829 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@6910 | 13 WGET_URL="http://launchpad.net/openshot/1.2/$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 } |