/usr/lib/libhunspell-1.3.so link to missing libhunspell-1.3.so.0.0.0

hunspell - library is missing
(3 posts) (2 voices)-
Posted 8 years ago #
-
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.0Posted 8 years ago # -
Bellard оперативно сделал.
Я только нашел в чем дело, правда, зашел издалека - сделал 1.6.0
receipt:
# 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 }
Вроде работает.
Posted 8 years ago #
Reply
You must log in to post.