wok-next diff aspell-ru/receipt @ rev 19693
Add: gcr, oniguruma; remove: nano-doc; up: apr, fribidi, jasper, libgphoto2, libmtp, libunique, libwebp, nano, pcre, apr, apr-util, aspell*, glib-networking, gnutls, gsettings-desktop-schemas, gtk+, gtk+3, gvfs*, libexif, libfm, libgnutls, libmng, libraw, libsoup, libtasn1, libusb, libwebp, lxmenu-data, menu-cache, mysql, newt, p11-kit, pcre, popt, postgresql, slang, which
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 21 14:48:05 2017 +0300 (2017-04-21) |
parents | 191b99ca9dc2 |
children | 107066b600c7 |
line diff
1.1 --- a/aspell-ru/receipt Wed Oct 02 10:41:05 2013 +0000 1.2 +++ b/aspell-ru/receipt Fri Apr 21 14:48:05 2017 +0300 1.3 @@ -2,29 +2,26 @@ 1.4 1.5 PACKAGE="aspell-ru" 1.6 VERSION="0.99f7-1" 1.7 -CATEGORY="system-tools" 1.8 +CATEGORY="text" 1.9 SHORT_DESC="Russian aspell dictionary." 1.10 MAINTAINER="erjo@slitaz.org" 1.11 LICENSE="other" 1.12 -SOURCE="aspell6-ru" 1.13 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 -WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.15 -WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/ru/$TARBALL" 1.16 +WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.17 + 1.18 +TARBALL="aspell6-ru-$VERSION.tar.bz2" 1.19 +WGET_URL="$GNU_MIRROR/aspell/dict/ru/$TARBALL" 1.20 1.21 DEPENDS="aspell" 1.22 -BUILD_DEPENDS="aspell aspell-dev" 1.23 +BUILD_DEPENDS="aspell-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure && \ 1.30 - make && make DESTDIR=$DESTDIR install 1.31 + ./configure && make && make install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 - mkdir -p $fs/usr/lib 1.38 - cp -a $install/usr/lib/* $fs/usr/lib 1.39 + cook_copy_folders lib 1.40 }