You are not logged in.
Pages: 1
/usr/bin/lives is link to /home/slitaz/wok/lives/install/usr/bin/lives-exe
Offline
rm $fs/usr/bin/lives
ln -s $fs/usr/bin/lives-exe $fs/usr/bin/lives
and may be temporary receipt (until update version)?:
[c]# SliTaz package receipt.
PACKED_SIZE="1.4M"
UNPACKED_SIZE="4.9M"
PACKAGE="lives"
VERSION="1.3.4"
CATEGORY="multimedia"
SHORT_DESC="Simple to use, yet powerful video editor and VJ tool."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL3"
SOURCE="LiVES"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WEB_SITE="http://lives.sourceforge.net/"
WGET_URL="http://www.xs4all.nl/%7Esalsaman/lives/current/$TARBALL"
DEPENDS="alsa-lib libpng gtk+ sox mjpegtools libavc1394 liboil libtheora"
BUILD_DEPENDS="alsa-lib alsa-lib-dev libpng-dev gtk+-dev procps expat-dev perl"
# Rules to configure and make the package.
#
compile_rules()
{
cd $src
./configure \
--prefix=/usr \
--disable-jack \
$CONFIGURE_ARGS &&
make &&
make DESTDIR=$DESTDIR install 2>&1 | \
sed "s/gmo': No such file/gmo': no such file/"
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr/lib $fs/usr/share
cp -a $install/usr/bin $fs/usr
cp -a $install/usr/lib/*.so* $fs/usr/lib
cp -a $install/usr/lib/lives $fs/usr/lib
cp -a $install/usr/share/lives $fs/usr/share
find $fs/usr/lib/lives -name "*.la" -exec rm '{}' \;
# Fix the name (.desktop) file.
sed -i 's/^Exec=.*/Exec=lives-exe/' $install/usr/share/applications/LiVES.desktop
}
post_install()
{
rm /usr/bin/lives
ln -s /usr/bin/lives-exe /usr/bin/lives
}
post_remove()
{
rm /usr/bin/lives
}[/c]
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]