wok-next view lives/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 5ffe59e2de3a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lives"
4 VERSION="2.8.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Simple to use, yet powerful video editor and VJ tool"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://lives-video.com/"
11 TARBALL="LiVES-$VERSION.tar.bz2"
12 WGET_URL="http://lives-video.com/releases/$TARBALL"
14 BUILD_DEPENDS="alsa-lib alsa-lib-dev libpng-dev gtk2-dev procps expat-dev \
15 perl gettext"
17 compile_rules() {
18 ./configure \
19 --disable-jack \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make DESTDIR=$install install || return 1
25 # Fix the name (.desktop) file.
26 sed -i 's|^Exec=.*|Exec=lives-exe|' $install/usr/share/applications/LiVES.desktop
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="alsa-lib libpng gtk2 sox mjpegtools libavc1394 liboil libtheora"
32 }