You are not logged in.
Pages: 1
/usr/lib/libhunspell-1.3.so link to missing libhunspell-1.3.so.0.0.0
Offline
Fixed : http://hg.slitaz.org/wok/rev/eeaaeada151a#l1.8
You can retry with http://cook.slitaz.org/?download=hunspell-1.3.3.tazpkg
or add http://cook.slitaz.org/?download=../wok/hunspell/taz/hunspell-1.3.3/fs/usr/lib/libhunspell-1.3.so.0.0.0
Offline
Bellard оперативно сделал.
Я только нашел в чем дело, правда, зашел издалека - сделал 1.6.0
receipt:
[c]# SliTaz package receipt.
PACKED_SIZE="48.0K"
UNPACKED_SIZE="168.0K"
PACKAGE="hunspell"
VERSION="1.6.0"
CATEGORY="system-tools"
SHORT_DESC="A spell checker."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2 LGPL2.1 MPL"
TARBALL="v$VERSION.tar.gz"
WEB_SITE="http://hunspell.sourceforge.net/"
WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL"
#DEPENDS="python"
BUILD_DEPENDS="libtool buildroot automake autoconf"
# Rules to configure and make the package.
compile_rules()
{
aclocal
autoheader
automake --force-missing --add-missing
autoreconf -vfi
./configure --prefix=/usr --infodir=/usr/share/info \
--mandir=/usr/share/man \
$CONFIGURE_ARGS &&
make &&
make -j 1 DESTDIR=$DESTDIR install
ldconfig
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr/lib
cp -a $install/usr/lib/*.so* $fs/usr/lib
cp -a $install/usr/bin $fs/usr
}[/c]
Вроде работает.
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]